diff --git a/dspace-api/src/main/java/org/dspace/content/BundleServiceImpl.java b/dspace-api/src/main/java/org/dspace/content/BundleServiceImpl.java index e44b5bd27b..da701e0df0 100644 --- a/dspace-api/src/main/java/org/dspace/content/BundleServiceImpl.java +++ b/dspace-api/src/main/java/org/dspace/content/BundleServiceImpl.java @@ -145,11 +145,10 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl 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); }