You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/04/12 16:30:14 UTC

lucene-solr:master: LUCENE-8245: fix unused import

Repository: lucene-solr
Updated Branches:
  refs/heads/master 7a57ca8c0 -> 4f694d5c7


LUCENE-8245: fix unused import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4f694d5c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4f694d5c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4f694d5c

Branch: refs/heads/master
Commit: 4f694d5c7259355e7b3c20f5ceef2eb63e50c893
Parents: 7a57ca8c0
Author: David Smiley <ds...@apache.org>
Authored: Thu Apr 12 12:30:09 2018 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Thu Apr 12 12:30:09 2018 -0400

----------------------------------------------------------------------
 .../org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java     | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4f694d5c/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/RandomGeoPolygonTest.java
----------------------------------------------------------------------
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 44d682c..ed2261b 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.
  */