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());