cached rbac manager is not a final implementation

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1448562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-21 09:33:12 +00:00
parent c38e94efb2
commit 239831dd69
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ public class CachedRbacManager
public boolean isFinalImplementation()
{
return true;
return false;
}
public String getDescriptionKey()