Fixed Node Browser bug introduced during lookup failure rejiggering.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-09-18 18:09:09 +00:00
parent ab44b3ce9b
commit a9ceb090ee

View File

@@ -1241,10 +1241,6 @@ public class AVMNodeService extends AbstractNodeServiceImpl implements NodeServi
path);
}
catch (AVMNotFoundException e)
{
throw new InvalidNodeRefException("Not Found.", nodeRef);
}
catch (AVMWrongTypeException e)
{
return result;
}