We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd45988 commit 83dc204Copy full SHA for 83dc204
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -267,9 +267,9 @@ public int getOptionCount(final String optionName) {
267
/**
268
* Gets the {@code Object} type of this {@code Option}.
269
*
270
- * @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead.
271
* @param optionChar the name of the option.
272
* @return the type of opt.
+ * @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead.
273
*/
274
@Deprecated
275
public Object getOptionObject(final char optionChar) {
0 commit comments