LUCENE-8245: Fix precommit

This commit is contained in:
Joel Bernstein 2018-04-10 12:43:19 -04:00
parent 9ebe11f1d9
commit e90ab4bb81
2 changed files with 1 additions and 5 deletions

View File

@ -24,9 +24,7 @@ import java.util.Collections;
import org.apache.lucene.util.LuceneTestCase;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class GeoPolygonTest extends LuceneTestCase {

View File

@ -24,8 +24,6 @@ import com.carrotsearch.randomizedtesting.annotations.Repeat;
import com.carrotsearch.randomizedtesting.generators.BiasedNumbers;
import org.junit.Test;
import static com.carrotsearch.randomizedtesting.RandomizedTest.randomDouble;
/**
* Random test for polygons.
*/