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

[lucene-solr] 02/02: LUCENE-8855: Remove unused import.

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

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

commit e4c3f9a987012789d1a3dc52cb13b21f18a29af6
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Thu Jun 27 08:06:30 2019 +0200

    LUCENE-8855: Remove unused import.
---
 lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java b/lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java
index 273574f..df9e7a6 100644
--- a/lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java
+++ b/lucene/core/src/test/org/apache/lucene/util/TestRamUsageEstimator.java
@@ -34,7 +34,6 @@ import org.apache.lucene.search.BooleanQuery;
 import org.apache.lucene.search.DisjunctionMaxQuery;
 import org.apache.lucene.search.FuzzyQuery;
 import org.apache.lucene.search.TermQuery;
-import org.apache.lucene.search.WildcardQuery;
 
 public class TestRamUsageEstimator extends LuceneTestCase {