You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/04 09:53:20 UTC

[camel] branch master updated: Camel-Catalog-Lucene: Removed deprecated and unused import

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new b127655  Camel-Catalog-Lucene: Removed deprecated and unused import
b127655 is described below

commit b127655283add265f01f38f02d0119025d9034f5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 4 10:51:47 2020 +0100

    Camel-Catalog-Lucene: Removed deprecated and unused import
---
 .../java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java b/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
index 775d21c..29fc151 100644
--- a/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
+++ b/catalog/camel-catalog-lucene/src/main/java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java
@@ -25,7 +25,6 @@ import org.apache.lucene.index.IndexWriterConfig;
 import org.apache.lucene.search.spell.PlainTextDictionary;
 import org.apache.lucene.search.spell.SpellChecker;
 import org.apache.lucene.store.ByteBuffersDirectory;
-import org.apache.lucene.store.RAMDirectory;
 
 /**
  * Apache Lucene based {@link SuggestionStrategy}.