LUCENE-8227: Remove unused import to make precommit happy

This commit is contained in:
Shalin Shekhar Mangar 2018-03-30 16:54:44 +05:30
parent 83cca5cd06
commit b78d980097
1 changed files with 0 additions and 1 deletions

View File

@ -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;