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

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x d3a0b41f0 -> 9587e32b3


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/9587e32b
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9587e32b
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9587e32b

Branch: refs/heads/branch_6x
Commit: 9587e32b32964d77adff8b20b01baa7a0de440c5
Parents: d3a0b41
Author: David Smiley <ds...@apache.org>
Authored: Thu Apr 12 12:30:09 2018 -0400
Committer: Karl Wright <Da...@gmail.com>
Committed: Thu Apr 12 14:46:38 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/9587e32b/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.
  */