mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1158: Removed extra space from the received message.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130543 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -2966,7 +2966,7 @@ public class NodesImpl implements Nodes
|
|||||||
|
|
||||||
if (!nodeMatches(nodeRef, Collections.singleton(ContentModel.TYPE_CONTENT), null, false))
|
if (!nodeMatches(nodeRef, Collections.singleton(ContentModel.TYPE_CONTENT), null, false))
|
||||||
{
|
{
|
||||||
throw new InvalidArgumentException("Node of type cm:content or a subtype is expected: " + nodeId);
|
throw new InvalidArgumentException("Node of type cm:content or a subtype is expected: " + nodeId);
|
||||||
}
|
}
|
||||||
|
|
||||||
lockInfo = validateLockInformation(lockInfo);
|
lockInfo = validateLockInformation(lockInfo);
|
||||||
|
Reference in New Issue
Block a user