File tree Expand file tree Collapse file tree
src/java/org/apache/commons Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818/**
1919 * Allows Options to be created from a single String.
2020 *
21- * @todo These need to break out to OptionType and also
21+ * TODO These need to break out to OptionType and also
2222 * to be pluggable.
2323 *
2424 * @author Henri Yandell (bayard @ generationjava.com)
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ else if (str.startsWith("-"))
4545 }
4646
4747 /**
48- * <p> Remove the leading and trailing quotes from <code>str</code>,
49- * e .g. if str is '"one two"', then 'one two' is returned.</p>
48+ * Remove the leading and trailing quotes from <code>str</code>.
49+ * E .g. if str is '"one two"', then 'one two' is returned.
5050 *
5151 * @param str The string from which the leading and trailing quotes
5252 * should be removed.
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ class ReverseStringComparator implements Comparator {
451451
452452 /**
453453 * Gets a singleton instance of a ReverseStringComparator
454- * @return
454+ * @return the singleton instance
455455 */
456456 public static final Comparator getInstance () {
457457 return instance ;
You can’t perform that action at this time.
0 commit comments