fix compilation with last redback changes

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-08 22:33:23 +00:00
parent 017cb9625b
commit 195d7ef627
1 changed files with 1 additions and 13 deletions

View File

@ -537,23 +537,11 @@ public class SecuritySystemStub
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public User findUser( Object principal )
throws UserNotFoundException
{
return null; //To change body of implemented methods use File | Settings | File Templates.
}
public boolean userExists( Object principal )
public boolean userExists( String principal )
{
return false; //To change body of implemented methods use File | Settings | File Templates.
}
public void deleteUser( Object principal )
throws UserNotFoundException
{
//To change body of implemented methods use File | Settings | File Templates.
}
public void deleteUser( String username )
throws UserNotFoundException
{