Skip to content

Commit 83dc204

Browse files
committed
Javadoc: The @deprecated tag should be last.
1 parent fd45988 commit 83dc204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ public int getOptionCount(final String optionName) {
267267
/**
268268
* Gets the {@code Object} type of this {@code Option}.
269269
*
270-
* @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead.
271270
* @param optionChar the name of the option.
272271
* @return the type of opt.
272+
* @deprecated due to System.err message; use {@link #getParsedOptionValue(char)} instead.
273273
*/
274274
@Deprecated
275275
public Object getOptionObject(final char optionChar) {

0 commit comments

Comments
 (0)