diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java b/src/main/java/org/apache/commons/cli/CommandLine.java index 477903e7d..d0ca1fc5a 100644 --- a/src/main/java/org/apache/commons/cli/CommandLine.java +++ b/src/main/java/org/apache/commons/cli/CommandLine.java @@ -267,9 +267,9 @@ public int getOptionCount(final String optionName) { /** * Gets the {@code Object} type of this {@code Option}. * - * @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead. * @param optionChar the name of the option. * @return the type of opt. + * @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead. */ @Deprecated public Object getOptionObject(final char optionChar) {