mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
63669: Merged DEV to HEAD-BUG-FIX (4.3) 63615: Cleanup of imports while investigating ACE-762 63616: Neater error reporting (inv. of ACE-762) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64308 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -186,7 +186,7 @@ public class DbNodeServiceImpl extends AbstractNodeServiceImpl
|
|||||||
if (unchecked == null)
|
if (unchecked == null)
|
||||||
{
|
{
|
||||||
Status nodeStatus = nodeDAO.getNodeRefStatus(nodeRef);
|
Status nodeStatus = nodeDAO.getNodeRefStatus(nodeRef);
|
||||||
throw new InvalidNodeRefException("Node does not exist: " + nodeRef + "(" + nodeStatus + ")", nodeRef);
|
throw new InvalidNodeRefException("Node does not exist: " + nodeRef + " (status:" + nodeStatus + ")", nodeRef);
|
||||||
}
|
}
|
||||||
return unchecked;
|
return unchecked;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user