mirror of https://github.com/apache/lucene.git
LUCENE-8245: Fix precommit
This commit is contained in:
parent
9ebe11f1d9
commit
e90ab4bb81
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue