mirror of https://github.com/apache/lucene.git
LUCENE-2196, LUCENE-2108: add java.io.Closeable to Spellchecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab02bbf53f
commit
be9e1bf1bd
|
@ -55,7 +55,7 @@ import org.apache.lucene.store.Directory;
|
|||
*
|
||||
* @version 1.0
|
||||
*/
|
||||
public class SpellChecker {
|
||||
public class SpellChecker implements java.io.Closeable {
|
||||
|
||||
/**
|
||||
* Field name for each word in the ngram index.
|
||||
|
|
Loading…
Reference in New Issue