You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2018/04/26 10:10:51 UTC

[2/2] lucene-solr:master: LUCENE-8276: Remove unused imports

LUCENE-8276: Remove unused imports


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

Branch: refs/heads/master
Commit: 2265ec1947bb52f7cbb3c3f5c05df66c3e7afa80
Parents: 933d8a6
Author: Simon Willnauer <si...@apache.org>
Authored: Thu Apr 26 11:59:56 2018 +0200
Committer: Simon Willnauer <si...@apache.org>
Committed: Thu Apr 26 12:10:21 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/2265ec19/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
----------------------------------------------------------------------
diff --git a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
index 82d75a3..373d99a 100644
--- a/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
+++ b/lucene/spatial3d/src/java/org/apache/lucene/spatial3d/geom/GeoComplexPolygon.java
@@ -19,8 +19,6 @@ package org.apache.lucene.spatial3d.geom;
 import java.util.Arrays;
 import java.util.List;
 import java.util.ArrayList;
-import java.util.Set;
-import java.util.HashSet;
 import java.io.InputStream;
 import java.io.OutputStream;
 import java.io.IOException;