From 9aa95149560b3e675c74a971080ece70d501b0ad Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Fri, 1 Oct 2010 12:35:14 +0000 Subject: [PATCH] Fixed ALF-4919: Content Property format has changed git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22809 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/repo/domain/node/ContentDataWithId.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/java/org/alfresco/repo/domain/node/ContentDataWithId.java b/source/java/org/alfresco/repo/domain/node/ContentDataWithId.java index 690baa0446..3e6af01d74 100644 --- a/source/java/org/alfresco/repo/domain/node/ContentDataWithId.java +++ b/source/java/org/alfresco/repo/domain/node/ContentDataWithId.java @@ -42,12 +42,6 @@ public class ContentDataWithId extends ContentData this.id = id; } - @Override - public String toString() - { - return "ContentData [id=" + id + "]"; - } - public Long getId() { return id;