Restore pause logic to IndexingChangeListener.
Adjust comments, remove compiler warnings and vestigial code items, rename method.
This commit is contained in:
Jim Blake 2015-02-17 12:08:09 -05:00
parent 680953115f
commit 066d013360
7 changed files with 102 additions and 81 deletions

View file

@ -32,7 +32,7 @@ public class SearchIndexerStub implements SearchIndexer {
}
@Override
public void pauseWithoutDeferring() {
public void pauseInAnticipationOfRebuild() {
paused = true;
}