You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2019/06/06 06:32:26 UTC

[lucene-solr] branch branch_8x updated: remove unused import

This is an automated email from the ASF dual-hosted git repository.

ivera pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 3da8a9f  remove unused import
3da8a9f is described below

commit 3da8a9f69f2a7d413f61b6ec8c6e7350d587ebd2
Author: iverase <iv...@apache.org>
AuthorDate: Thu Jun 6 08:32:13 2019 +0200

    remove unused import
---
 lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java b/lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
index 8f256ba..9e252df 100644
--- a/lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
+++ b/lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
@@ -17,8 +17,6 @@
 
 package org.apache.lucene.geo;
 
-import java.util.Arrays;
-
 import org.apache.lucene.index.PointValues;
 import org.apache.lucene.util.FutureArrays;
 import org.apache.lucene.util.NumericUtils;