Remove obsolete references to deprecated DSIndexer class

This commit is contained in:
Tim Donohue
2016-01-04 16:27:52 -06:00
parent 501e40d87e
commit 3e93d6e55d
2 changed files with 1 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ public class IndexEventConsumer implements Consumer {
// update the changed Items not deleted because they were on create list
for (DSpaceObject iu : objectsToUpdate) {
/* we let all types through here and
* allow the search DSIndexer to make
* allow the search indexer to make
* decisions on indexing and/or removal
*/
String hdl = iu.getHandle();