You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by se...@apache.org on 2007/05/20 20:22:14 UTC

svn commit: r539904 - /jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java

Author: sebb
Date: Sun May 20 11:22:14 2007
New Revision: 539904

URL: http://svn.apache.org/viewvc?view=rev&rev=539904
Log:
Remove deprecated method (OK as code has not been released)

Modified:
    jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java

Modified: jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java?view=diff&rev=539904&r1=539903&r2=539904
==============================================================================
--- jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java (original)
+++ jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java Sun May 20 11:22:14 2007
@@ -143,15 +143,6 @@
     }
 
     /**
-     * @deprecated Use the correctly spelled {@link #getIncompatible} instead.
-     * @return the array of incompatible option ids
-     */
-    protected final int[] getIncompatble()
-    {
-        return getIncompatible();
-    }
-
-    /**
      * Get the array of incompatible option ids.
      *
      * @return the array of incompatible option ids



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org