Return-Path: Delivered-To: apmail-incubator-bval-commits-archive@minotaur.apache.org Received: (qmail 5441 invoked from network); 9 Dec 2010 08:41:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 08:41:44 -0000 Received: (qmail 68057 invoked by uid 500); 9 Dec 2010 08:41:44 -0000 Delivered-To: apmail-incubator-bval-commits-archive@incubator.apache.org Received: (qmail 68016 invoked by uid 500); 9 Dec 2010 08:41:44 -0000 Mailing-List: contact bval-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bval-dev@incubator.apache.org Delivered-To: mailing list bval-commits@incubator.apache.org Received: (qmail 67999 invoked by uid 99); 9 Dec 2010 08:41:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 08:41:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 08:41:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5098023889DA; Thu, 9 Dec 2010 08:41:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1043864 - /incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java Date: Thu, 09 Dec 2010 08:41:20 -0000 To: bval-commits@incubator.apache.org From: romanstumm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101209084120.5098023889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: romanstumm Date: Thu Dec 9 08:41:20 2010 New Revision: 1043864 URL: http://svn.apache.org/viewvc?rev=1043864&view=rev Log: removed unused variable Modified: incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java Modified: incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java URL: http://svn.apache.org/viewvc/incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java?rev=1043864&r1=1043863&r2=1043864&view=diff ============================================================================== --- incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java (original) +++ incubator/bval/trunk/bval-jsr303/src/main/java/org/apache/bval/jsr303/Jsr303Features.java Thu Dec 9 08:41:20 2010 @@ -46,8 +46,8 @@ public interface Jsr303Features { **/ String GROUP_SEQUENCE = "GroupSequence"; - /** INFO: cached sortied Array with ValidationEntries */ - String VALIDATION_SEQUENCE = "ValidationSequence"; +// INFO: cached sorted Array with ValidationEntries +// String VALIDATION_SEQUENCE = "ValidationSequence"; /** * INFO: cached BeanDescriptorImpl of the bean