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:
Mark Robert Miller 2009-08-24 13:22:34 +00:00
parent 367b35f0cb
commit ae88817d01
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import java.io.IOException;
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$