We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91397 commit 3ee8efbCopy full SHA for 3ee8efb
1 file changed
src/main/java/org/apache/commons/cli/OptionBuilder.java
@@ -92,7 +92,7 @@ public static Option create(final char opt) throws IllegalArgumentException {
92
/**
93
* Creates an Option using the current settings and with the specified Option {@code char}.
94
*
95
- * @param opt the {@code java.lang.String} representation of the Option
+ * @param opt the {@code String} representation of the Option
96
* @return the Option instance
97
* @throws IllegalArgumentException if {@code opt} is not a valid character. See Option.
98
*/
0 commit comments