Merge Sabre4 to HEAD

111026: Adding additional test coverage to SiteServiceImplTest RA-528


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111199 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2015-09-01 13:06:28 +00:00
parent 204df6a3c3
commit d5475c55a5
2 changed files with 11 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ public class SiteServiceImpl extends AbstractLifecycleBean implements SiteServic
// note: caches are tenant-aware (if using EhCacheAdapter shared cache)
private SimpleCache<String, Object> singletonCache; // eg. for siteHomeNodeRef
private final String KEY_SITEHOME_NODEREF = "key.sitehome.noderef";
private static final String KEY_SITEHOME_NODEREF = "key.sitehome.noderef";
private SimpleCache<String, NodeRef> siteNodeRefCache; // for site shortname to nodeRef lookup