move initialize method to the interface
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
30bc1f3ad8
commit
1fc195783e
|
@ -38,6 +38,11 @@ public interface RBACManager
|
|||
|
||||
void removeListener( RBACManagerListener listener );
|
||||
|
||||
/**
|
||||
* @since 2.1
|
||||
*/
|
||||
void initialize();
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
// Role Methods
|
||||
// ------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue