mirror of https://github.com/apache/lucene.git
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:
parent
27f67473d5
commit
ab02bbf53f
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue