fix compilation

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-15 16:23:38 +00:00
parent 1fc195783e
commit 0a77938f85
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ public class CachedRbacManager
@Named( value = "cache#effectiveRoleSet" )
private Cache<String, Set<Role>> effectiveRoleSetCache;
public void initialize()
{
// no op
}
public void addChildRole( Role role, Role childRole )
throws RbacObjectInvalidException, RbacManagerException
{