mirror of https://github.com/apache/lucene.git
Javadoc: Remove redundant method reference.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1223040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d55326344
commit
742a565253
|
@ -141,7 +141,6 @@ public abstract class Analyzer {
|
|||
* access to the source ({@link Tokenizer}) and the outer end (sink), an
|
||||
* instance of {@link TokenFilter} which also serves as the
|
||||
* {@link TokenStream} returned by
|
||||
* {@link Analyzer#tokenStream(String, Reader)} and
|
||||
* {@link Analyzer#tokenStream(String, Reader)}.
|
||||
*/
|
||||
public static class TokenStreamComponents {
|
||||
|
|
Loading…
Reference in New Issue