Fixed initialisation of RepoStore during first repository bootstrap (fixes startup issue with fresh database).

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2010-01-11 12:44:56 +00:00
parent 53041ddcf0
commit a3afb37010

View File

@@ -63,7 +63,6 @@ import org.alfresco.util.ISO9075;
import org.springframework.extensions.webscripts.AbstractStore;
import org.springframework.extensions.webscripts.ScriptContent;
import org.springframework.extensions.webscripts.ScriptLoader;
import org.springframework.extensions.webscripts.Store;
import org.springframework.extensions.webscripts.WebScript;
import org.springframework.extensions.webscripts.WebScriptException;
@@ -195,8 +194,6 @@ public class RepoStore extends AbstractStore implements TenantDeployer
{
baseNodeRefs = new HashMap<String, NodeRef>(1);
}
getBaseNodeRef();
}
/* (non-Javadoc)