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:
Olivier Lamy 2013-01-15 16:03:53 +00:00
parent 30bc1f3ad8
commit 1fc195783e
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ public interface RBACManager
void removeListener( RBACManagerListener listener );
/**
* @since 2.1
*/
void initialize();
// ------------------------------------------------------------------
// Role Methods
// ------------------------------------------------------------------