mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Minor - re-formatting only (fix tabs to spaces)
- noted via REPO-1390 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
package org.alfresco.rest.api.model;
|
package org.alfresco.rest.api.model;
|
||||||
|
|
||||||
import org.alfresco.rest.framework.resource.UniqueId;
|
import org.alfresco.rest.framework.resource.UniqueId;
|
||||||
import org.alfresco.service.cmr.repository.NodeRef;
|
|
||||||
import org.alfresco.service.cmr.site.SiteInfo;
|
import org.alfresco.service.cmr.site.SiteInfo;
|
||||||
import org.alfresco.service.cmr.site.SiteVisibility;
|
import org.alfresco.service.cmr.site.SiteVisibility;
|
||||||
|
|
||||||
@@ -54,7 +53,7 @@ public class Site implements Comparable<Site>
|
|||||||
|
|
||||||
public Site(SiteInfo siteInfo, String role)
|
public Site(SiteInfo siteInfo, String role)
|
||||||
{
|
{
|
||||||
if(siteInfo == null)
|
if (siteInfo == null)
|
||||||
{
|
{
|
||||||
throw new IllegalArgumentException("Must provide siteInfo");
|
throw new IllegalArgumentException("Must provide siteInfo");
|
||||||
}
|
}
|
||||||
@@ -183,5 +182,4 @@ public class Site implements Comparable<Site>
|
|||||||
+ ", description=" + description + ", visibility=" + visibility
|
+ ", description=" + description + ", visibility=" + visibility
|
||||||
+ "]";
|
+ "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user