From e90ab4bb8191644a19308c30a3e4752043d50985 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Tue, 10 Apr 2018 12:43:19 -0400 Subject: [PATCH] LUCENE-8245: Fix precommit --- .../test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java | 4 +--- .../apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java index 455eee63a68..03d1e9ec6d6 100755 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java @@ -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 { diff --git a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java index c55e9522e00..93d675ae041 100644 --- a/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java +++ b/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java @@ -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. */