fix compilation due to changes in redback-core

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1413020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-23 18:35:08 +00:00
parent ca0045d9ac
commit 0144a7f6d7
1 changed files with 10 additions and 0 deletions

View File

@ -130,6 +130,16 @@ public class SecuritySystemStub
return new UserManager()
{
public String getDescriptionKey()
{
return "French wine is better than Australian wine !";
}
public boolean isFinalImplementation()
{
return false;
}
public void initialize()
{
// no op