correctly re initialize model
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1448647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
170bb815ea
commit
88df057071
|
@ -493,6 +493,7 @@ public class DefaultRoleManager
|
|||
{
|
||||
|
||||
knownResources = new HashMap<String, ModelApplication>();
|
||||
this.unblessedModel = new RedbackRoleModel();
|
||||
StopWatch stopWatch = new StopWatch();
|
||||
stopWatch.start();
|
||||
|
||||
|
|
Loading…
Reference in New Issue