*a*wait...

This commit is contained in:
Shay Banon 2014-01-06 21:45:35 +01:00
parent 6d1fe75799
commit 106b747a08
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ public class SearchService extends AbstractLifecycleComponent<SearchService> {
return new TerminationHandle() {
@Override
public void awaitTermination() throws InterruptedException {
latch.wait();
latch.await();
}
};
}