Change to toString() caused a lot of test infrastructure to fail. Backed out.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4783 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park 2007-01-10 16:34:56 +00:00
parent ff9d1f598f
commit 331dd9cda3

View File

@ -411,7 +411,7 @@ public class AVMNodeDescriptor implements Serializable
case AVMNodeType.PLAIN_FILE :
return "[PF:" + fID + "]";
case AVMNodeType.PLAIN_DIRECTORY :
return "[PD:" + fID + ":" + fPath + "]";
return "[PD:" + fID + "]";
case AVMNodeType.LAYERED_FILE :
return "[LF:" + fID + ":" + fIndirection + "]";
case AVMNodeType.LAYERED_DIRECTORY :