mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
[DS-707] Remove useless methods
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5664 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -174,7 +174,8 @@ public class Collection extends DSpaceObject
|
||||
// Cache ourselves
|
||||
context.cache(this, row.getIntColumn("collection_id"));
|
||||
|
||||
modified = modifiedMetadata = false;
|
||||
modified = false;
|
||||
modifiedMetadata = false;
|
||||
clearDetails();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user