Remove deprecated method (OK as code has not been released)

git-svn-id: 
https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@539904
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/8fc39d0c
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/8fc39d0c
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/8fc39d0c

Branch: refs/heads/avalon-implementation
Commit: 8fc39d0cda61f33db356d0e365271098c119b719
Parents: dcf0be7
Author: Sebastian Bazley <[email protected]>
Authored: Sun May 20 18:22:14 2007 +0000
Committer: Sebastian Bazley <[email protected]>
Committed: Sun May 20 18:22:14 2007 +0000

----------------------------------------------------------------------
 .../org/apache/commons/cli/avalon/CLOptionDescriptor.java   | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/8fc39d0c/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java 
b/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java
index 4b85663..4daddd8 100644
--- a/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java
+++ b/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java
@@ -143,15 +143,6 @@ public final class CLOptionDescriptor
     }
 
     /**
-     * @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

Reply via email to