Merged 5.2.N (5.2.2) to HEAD (5.2)

134070 rmunteanu: 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/HEAD/root@137337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrei Rebegea
2017-06-14 16:56:34 +00:00
parent 986b7ae73d
commit b3bfedf964

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);