mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-09 17:45:10 +00:00
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:
parent
ff9d1f598f
commit
331dd9cda3
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user