mirror of https://github.com/apache/lucene.git
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
367b35f0cb
commit
ae88817d01
|
@ -22,7 +22,7 @@ import java.io.IOException;
|
||||||
import org.apache.lucene.analysis.tokenattributes.TermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.TermAttribute;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes words that are too long and too short from the stream.
|
* Removes words that are too long or too short from the stream.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
|
Loading…
Reference in New Issue