This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 83dc2043 Javadoc: The @deprecated tag should be last.
83dc2043 is described below
commit 83dc2043aa8a9215981ae8ac1428f9d706fa56ea
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:34:09 2025 -0500
Javadoc: The @deprecated tag should be last.
---
src/main/java/org/apache/commons/cli/CommandLine.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java
b/src/main/java/org/apache/commons/cli/CommandLine.java
index 477903e7..d0ca1fc5 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 class CommandLine implements Serializable {
/**
* 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) {