Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Javadoc: The @deprecated tag should be last.
  • Loading branch information
garydgregory committed Dec 31, 2025
commit 83dc2043aa8a9215981ae8ac1428f9d706fa56ea
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/cli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down