mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 02:54:20 +00:00
[DS-3734] Fix checkstyle issues for master port
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user