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:
parent
1fc195783e
commit
0a77938f85
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue