fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@896661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2010-01-06 20:43:15 +00:00
parent 27f67473d5
commit ab02bbf53f
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ import java.io.IOException;
NOTE: Subclasses overriding {@link #incrementToken()} must
call {@link AttributeSource#clearAttributes()} before
setting attributes.
Subclasses overriding {@link #incrementToken()} must call
{@link Token#clear()} before setting Token attributes.
*/
public abstract class Tokenizer extends TokenStream {
/** The text source for this Tokenizer. */