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
This commit is contained in:
Olivier Lamy 2012-11-21 23:34:32 +00:00
parent 7ae8bd4451
commit 84a2a1855d
1 changed files with 0 additions and 3 deletions

View 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?