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:
Olivier Lamy 2013-02-21 14:15:33 +00:00
parent 170bb815ea
commit 88df057071
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ public class DefaultRoleManager
{
knownResources = new HashMap<String, ModelApplication>();
this.unblessedModel = new RedbackRoleModel();
StopWatch stopWatch = new StopWatch();
stopWatch.start();