mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
Fixing the tests & the style issues
This commit is contained in:
@@ -140,7 +140,8 @@ public class IndexEventConsumer implements Consumer {
|
||||
if (event.getSubjectType() == Constants.ITEM) {
|
||||
WorkflowItem workflowItem = workflowItemService.findByItem(ctx, (Item) subject);
|
||||
if (workflowItem != null) {
|
||||
String detail = Constants.typeText[event.getSubjectType()] + "-" + event.getSubjectID().toString();
|
||||
String detail =
|
||||
Constants.typeText[event.getSubjectType()] + "-" + event.getSubjectID().toString();
|
||||
uniqueIdsToDelete.add(detail);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user