Return-Path: Delivered-To: apmail-incubator-clerezza-commits-archive@minotaur.apache.org Received: (qmail 92183 invoked from network); 1 Apr 2010 10:01:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 10:01:20 -0000 Received: (qmail 58972 invoked by uid 500); 1 Apr 2010 10:01:20 -0000 Delivered-To: apmail-incubator-clerezza-commits-archive@incubator.apache.org Received: (qmail 58955 invoked by uid 500); 1 Apr 2010 10:01:20 -0000 Mailing-List: contact clerezza-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-commits@incubator.apache.org Received: (qmail 58948 invoked by uid 99); 1 Apr 2010 10:01:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 10:01:20 +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, 01 Apr 2010 10:01:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 016C02388A2D; Thu, 1 Apr 2010 10:00:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r929903 - /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java Date: Thu, 01 Apr 2010 10:00:56 -0000 To: clerezza-commits@incubator.apache.org From: mir@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100401100057.016C02388A2D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mir Date: Thu Apr 1 10:00:56 2010 New Revision: 929903 URL: http://svn.apache.org/viewvc?rev=929903&view=rev Log: added @Override annotation Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java?rev=929903&r1=929902&r2=929903&view=diff ============================================================================== --- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java (original) +++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security/src/main/java/org/apache/clerezza/platform/security/auth/AuthenticationCheckerImpl.java Thu Apr 1 10:00:56 2010 @@ -61,6 +61,7 @@ public class AuthenticationCheckerImpl i * @throws org.wymiwyg.wrhapi.HandlerException * @throws org.apache.clerezza.platform.security.auth.NoSuchAgent */ + @Override public boolean authenticate(String userName, String password) throws HandlerException, NoSuchAgent { AccessController.checkPermission(new CheckAuthenticationPermission());