Skip to content

Commit 3ee8efb

Browse files
committed
Javadoc: No need for java.lang FQCN
1 parent 8d91397 commit 3ee8efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/OptionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static Option create(final char opt) throws IllegalArgumentException {
9292
/**
9393
* Creates an Option using the current settings and with the specified Option {@code char}.
9494
*
95-
* @param opt the {@code java.lang.String} representation of the Option
95+
* @param opt the {@code String} representation of the Option
9696
* @return the Option instance
9797
* @throws IllegalArgumentException if {@code opt} is not a valid character. See Option.
9898
*/

0 commit comments

Comments
 (0)