From 84a2a1855d7adbfcdfbcc9075d27f094333b4a0f Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 21 Nov 2012 23:34:32 +0000 Subject: [PATCH] remove FIXME as it has been fixed! git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1412361 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva/redback/authentication/AuthenticationResult.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java b/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java index 7f3dfeb3d..3d1b0c02e 100644 --- a/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java +++ b/redback-authentication/redback-authentication-api/src/main/java/org/apache/archiva/redback/authentication/AuthenticationResult.java @@ -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? -- 2.39.5