Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 89566 invoked from network); 15 Dec 2006 05:05:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2006 05:05:30 -0000 Received: (qmail 30907 invoked by uid 500); 15 Dec 2006 05:05:37 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 30888 invoked by uid 500); 15 Dec 2006 05:05:37 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 30871 invoked by uid 99); 15 Dec 2006 05:05:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 21:05:37 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Thu, 14 Dec 2006 21:05:29 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 606A41A981A; Thu, 14 Dec 2006 21:04:43 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r487447 - /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java Date: Fri, 15 Dec 2006 05:04:43 -0000 To: commits@harmony.apache.org From: smishura@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061215050443.606A41A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smishura Date: Thu Dec 14 21:04:42 2006 New Revision: 487447 URL: http://svn.apache.org/viewvc?view=rev&rev=487447 Log: Remove FIXME 1.5 signature cause it was fixed Modified: harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java Modified: harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java?view=diff&rev=487447&r1=487446&r2=487447 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java (original) +++ harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/AlgorithmParametersSpi.java Thu Dec 14 21:04:42 2006 @@ -60,10 +60,6 @@ protected abstract T engineGetParameterSpec( Class paramSpec) throws InvalidParameterSpecException; - // FIXME 1.5 signature: protected abstract T engineGetParameterSpec(Class paramSpec) - // throws InvalidParameterSpecException; - /** * @com.intel.drl.spec_ref *