mirror of https://github.com/apache/lucene.git
javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@783458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2de08e85a
commit
5ddf4961f3
|
@ -55,7 +55,7 @@ import org.apache.lucene.util.AttributeSource;
|
|||
consumes the attributes after each call.
|
||||
</ol>
|
||||
To make sure that filters and consumers know which attributes are available
|
||||
the attributes must be added in the during instantiation. Filters and
|
||||
the attributes must be added during instantiation. Filters and
|
||||
consumers are not required to check for availability of attributes in {@link #incrementToken()}.
|
||||
<p>
|
||||
Sometimes it is desirable to capture a current state of a
|
||||
|
|
Loading…
Reference in New Issue