Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

57501: Merged V4.2-BUG-FIX (4.2.1) to HEAD-BUG-FIX (Cloud/4.3)
      57338: Moved duplicate tests for ALF-19784 (MNT-9866): Duplicated tests in thor in package org.alfresco.rest.api.tests


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@61833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-11 20:56:01 +00:00
parent a5295c4fe7
commit bfc32bbcc9

View File

@@ -1075,7 +1075,7 @@ public class RepoService
this.siteInfo = siteInfo;
}
TestSite(TestNetwork account, String siteId, String guid, String title, String description, SiteVisibility siteVisibility)
public TestSite(TestNetwork account, String siteId, String guid, String title, String description, SiteVisibility siteVisibility)
{
super((account == null ? null : account.getId()), siteId, guid);
setTitle(title);