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:
Steven Rowe 2011-12-25 02:34:45 +00:00
parent 8d55326344
commit 742a565253
1 changed files with 0 additions and 1 deletions

View File

@ -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 {