mirror of https://github.com/apache/archiva.git
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:
parent
ca0045d9ac
commit
0144a7f6d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue