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 3356043 Camel-Catalog-lucene: Fixed CS 3356043 is described below commit 33560437fd716935bc3572406836c940f1719509 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Mar 2 13:01:57 2020 +0100 Camel-Catalog-lucene: Fixed CS --- .../java/org/apache/camel/catalog/lucene/LuceneSuggestionStrategy.java | 2 +- 1 file changed, 1 insertion(+), 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 f88beec..775d21c 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 @@ -35,7 +35,7 @@ import org.apache.lucene.store.RAMDirectory; public class LuceneSuggestionStrategy implements SuggestionStrategy { private int maxSuggestions = 3; - private SpellChecker checker; + private SpellChecker checker; @Override public String[] suggestEndpointOptions(Set<String> names, String unknownOption) {