mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Remove tabs after code check for ACE-3118
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@88149 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -45,7 +45,7 @@ public class ContentDataEntity
|
||||
{
|
||||
}
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public int hashCode()
|
||||
{
|
||||
return (id == null ? 0 : id.hashCode());
|
||||
@@ -69,7 +69,7 @@ public class ContentDataEntity
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder(512);
|
||||
|
Reference in New Issue
Block a user