Modifications to https://github.com/vivo-project/Vitro/pull/14
Restore pause logic to IndexingChangeListener. Adjust comments, remove compiler warnings and vestigial code items, rename method.
This commit is contained in:
parent
680953115f
commit
066d013360
7 changed files with 102 additions and 81 deletions
|
@ -32,7 +32,7 @@ public class SearchIndexerStub implements SearchIndexer {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void pauseWithoutDeferring() {
|
||||
public void pauseInAnticipationOfRebuild() {
|
||||
paused = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue