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:
Graham Triggs
2010-11-16 12:22:55 +00:00
parent e7ac6c0225
commit df23ba91e5

View File

@@ -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)
{