*a*wait...
This commit is contained in:
parent
6d1fe75799
commit
106b747a08
|
@ -824,7 +824,7 @@ public class SearchService extends AbstractLifecycleComponent<SearchService> {
|
|||
return new TerminationHandle() {
|
||||
@Override
|
||||
public void awaitTermination() throws InterruptedException {
|
||||
latch.wait();
|
||||
latch.await();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue