Merge branch 'stable-2.13'
* stable-2.13: Drain executor of index change requests before closing index Change-Id: I2d676adf60d2eab0f9f7602b124574050af0ee3d
This commit is contained in:
@@ -108,4 +108,8 @@ public class FakeChangeIndex implements ChangeIndex {
|
||||
public void markReady(boolean ready) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stop() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user