LUCENE-10078: Fix more TestIndexWriterWithThreads failures.

This commit is contained in:
Adrien Grand 2022-06-17 17:54:26 +02:00
parent e78b2f2fe0
commit b180a8a97e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class TestIndexWriterWithThreads extends LuceneTestCase {
}
} catch (
@SuppressWarnings("unused")
AlreadyClosedException ace) {
IllegalStateException ise) {
// OK: abort closes the writer
break;
} catch (Throwable t) {