Skip to content

Commit 853dabc

Browse files
committed
Missing @deprecated tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1440516 13f79535-47bb-0310-9956-ffa450edef68
1 parent dacc862 commit 853dabc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public boolean hasOption(char opt)
8888
* @return the type of this <code>Option</code>
8989
* @deprecated due to System.err message. Instead use getParsedOptionValue(String)
9090
*/
91+
@Deprecated
9192
public Object getOptionObject(String opt)
9293
{
9394
try

0 commit comments

Comments
 (0)