Skip to content

Commit 0080958

Browse files
author
Robert James Oxspring
committed
Removed some javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@130070 13f79535-47bb-0310-9956-ffa450edef68
1 parent 334ddc7 commit 0080958

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/java/org/apache/commons/cli/PatternOptionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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)

src/java/org/apache/commons/cli/Util.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

src/java/org/apache/commons/cli2/option/GroupImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)