LUCENE-8081: Remove unused import.

This commit is contained in:
Adrien Grand 2017-12-08 08:45:18 +01:00
parent 24a0708d3c
commit d5c72eb588
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ import com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule;
import junit.framework.AssertionFailedError;
import static com.carrotsearch.randomizedtesting.RandomizedTest.frequently;
import static com.carrotsearch.randomizedtesting.RandomizedTest.systemPropertyAsBoolean;
import static com.carrotsearch.randomizedtesting.RandomizedTest.systemPropertyAsInt;
import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS;