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:
Uwe Schindler 2010-01-07 17:30:39 +00:00
parent ab02bbf53f
commit be9e1bf1bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.