mirror of https://github.com/apache/archiva.git
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:
parent
017cb9625b
commit
195d7ef627
|
@ -537,23 +537,11 @@ public class SecuritySystemStub
|
||||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
return null; //To change body of implemented methods use File | Settings | File Templates.
|
||||||
}
|
}
|
||||||
|
|
||||||
public User findUser( Object principal )
|
public boolean userExists( String principal )
|
||||||
throws UserNotFoundException
|
|
||||||
{
|
|
||||||
return null; //To change body of implemented methods use File | Settings | File Templates.
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean userExists( Object principal )
|
|
||||||
{
|
{
|
||||||
return false; //To change body of implemented methods use File | Settings | File Templates.
|
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 )
|
public void deleteUser( String username )
|
||||||
throws UserNotFoundException
|
throws UserNotFoundException
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue