You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/01/30 17:49:00 UTC

svn commit: r1440516 - /commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java

Author: sebb
Date: Wed Jan 30 16:49:00 2013
New Revision: 1440516

URL: http://svn.apache.org/viewvc?rev=1440516&view=rev
Log:
Missing @Deprecated tag

Modified:
    commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java

Modified: commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java?rev=1440516&r1=1440515&r2=1440516&view=diff
==============================================================================
--- commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java (original)
+++ commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java Wed Jan 30 16:49:00 2013
@@ -88,6 +88,7 @@ public class CommandLine implements Seri
      * @return the type of this <code>Option</code>
      * @deprecated due to System.err message. Instead use getParsedOptionValue(String)
      */
+    @Deprecated
     public Object getOptionObject(String opt)
     {
         try