]> source.dussan.org Git - archiva.git/commitdiff
remove FIXME as it has been fixed!
authorOlivier Lamy <olamy@apache.org>
Wed, 21 Nov 2012 23:34:32 +0000 (23:34 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 21 Nov 2012 23:34:32 +0000 (23:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412361 13f79535-47bb-0310-9956-ffa450edef68

redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java

index 7f3dfeb3d66370806f8ac5d8126708018092cc53..3d1b0c02ee4522f0bbd824c9dd820706014bcbd3 100644 (file)
@@ -33,9 +33,6 @@ public class AuthenticationResult
 {
     private boolean isAuthenticated;
 
-    /**
-     * FIXME olamy this Object is a pain !!!
-     */
     private String principal;
 
     // TODO: why aren't these just thrown from the authenticate() method?