mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
DS-4166 community feedback: code cleanup
This commit is contained in:
@@ -159,7 +159,7 @@ public class IndexEventConsumer implements Consumer {
|
||||
* allow the search indexer to make
|
||||
* decisions on indexing and/or removal
|
||||
*/
|
||||
// iu = ctx.reloadEntity(o);
|
||||
iu = ctx.reloadEntity(iu);
|
||||
String uniqueIndexID = iu.getUniqueIndexID();
|
||||
if (uniqueIndexID != null && !uniqueIdsToDelete.contains(uniqueIndexID)) {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user