Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 44896 invoked from network); 20 May 2007 18:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2007 18:22:37 -0000 Received: (qmail 40158 invoked by uid 500); 20 May 2007 18:22:41 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 40097 invoked by uid 500); 20 May 2007 18:22:41 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 40086 invoked by uid 500); 20 May 2007 18:22:41 -0000 Received: (qmail 40082 invoked by uid 99); 20 May 2007 18:22:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 11:22:41 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 11:22:35 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E9D511A981A; Sun, 20 May 2007 11:22:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r539904 - /jakarta/commons/proper/cli/branches/avalon-implementation/src/java/org/apache/commons/cli/avalon/CLOptionDescriptor.java Date: Sun, 20 May 2007 18:22:14 -0000 To: commons-cvs@jakarta.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070520182214.E9D511A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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