mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
Remove unnecessary Item row update
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5858 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1517,8 +1517,6 @@ public class Item extends DSpaceObject
|
||||
// element/qualifier
|
||||
Map<String,Integer> elementCount = new HashMap<String,Integer>();
|
||||
|
||||
DatabaseManager.update(ourContext, itemRow);
|
||||
|
||||
// Redo Dublin Core if it's changed
|
||||
if (dublinCoreChanged)
|
||||
{
|
||||
|
Reference in New Issue
Block a user