mirror of https://github.com/apache/lucene.git
LUCENE-8227: Remove unused import to make precommit happy
This commit is contained in:
parent
83cca5cd06
commit
b78d980097
|
@ -22,7 +22,6 @@ import java.util.BitSet;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.Ignore;
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.assertEquals;
|
||||||
import static org.junit.Assert.assertFalse;
|
import static org.junit.Assert.assertFalse;
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
Loading…
Reference in New Issue