mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
[DS-3734] Fix checkstyle issues for master port
This commit is contained in:
@@ -148,8 +148,7 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
|
|||||||
|
|
||||||
// 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);
|
Item owningItem = (Item) getParentObject(context, bundle);
|
||||||
if(owningItem != null)
|
if (owningItem != null) {
|
||||||
{
|
|
||||||
itemService.updateLastModified(context, owningItem);
|
itemService.updateLastModified(context, owningItem);
|
||||||
itemService.update(context, owningItem);
|
itemService.update(context, owningItem);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user