REPO-1752: Create person with long id returns 500

- Minor change, added space in response message.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@134070 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2017-01-06 14:12:19 +00:00
parent bad483f217
commit 5422b2770a

View File

@@ -1241,7 +1241,7 @@ public class SitesImpl implements Sites
if (siteId.length() > SITE_MAXLEN_ID)
{
throw new InvalidArgumentException("Site id exceeds max length of "+SITE_MAXLEN_ID+ "characters");
throw new InvalidArgumentException("Site id exceeds max length of " + SITE_MAXLEN_ID + " characters");
}
site.setId(siteId);