[DS-3734] Fix checkstyle issues for master port

This commit is contained in:
Kim Shepherd
2018-04-30 11:59:20 +12:00
parent 0f752b4f62
commit 68cca2c11c

View File

@@ -145,11 +145,10 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
return;
}
}
//Ensure that the last modified from the item is triggered !
// Ensure that the last modified from the item is triggered !
Item owningItem = (Item) getParentObject(context, bundle);
if(owningItem != null)
{
if (owningItem != null) {
itemService.updateLastModified(context, owningItem);
itemService.update(context, owningItem);
}