mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 05:53:08 +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:
@@ -153,7 +153,8 @@ public class Bundle extends DSpaceObject
|
||||
// Cache ourselves
|
||||
context.cache(this, row.getIntColumn("bundle_id"));
|
||||
|
||||
modified = modifiedMetadata = false;
|
||||
modified = false;
|
||||
modifiedMetadata = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user