You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2020/02/24 14:17:11 UTC

[lucene-solr] branch master updated: LUCENE-9212: Fix precommit

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b4c2e27  LUCENE-9212: Fix precommit
b4c2e27 is described below

commit b4c2e279a94988c26b61d4fb95ec208081f0448a
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Mon Feb 24 14:17:04 2020 +0000

    LUCENE-9212: Fix precommit
---
 .../queries/src/java/org/apache/lucene/queries/intervals/Intervals.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java b/lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java
index 8ec9701..da35dcb 100644
--- a/lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java
+++ b/lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java
@@ -25,7 +25,6 @@ import org.apache.lucene.index.Term;
 import org.apache.lucene.search.PrefixQuery;
 import org.apache.lucene.search.WildcardQuery;
 import org.apache.lucene.util.BytesRef;
-import org.apache.lucene.util.automaton.Automaton;
 import org.apache.lucene.util.automaton.CompiledAutomaton;
 
 /**