mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@905009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65e1223ac4
commit
e1df47d58f
|
@ -64,10 +64,11 @@ public class WhitespaceTokenizer extends CharTokenizer {
|
|||
|
||||
/**
|
||||
* Construct a new WhitespaceTokenizer using a given
|
||||
* {@link org.apache.lucene.util.AttributeSource.AttributeFactory}. * @param
|
||||
* matchVersion Lucene version to match See
|
||||
* {@link <a href="#version">above</a>}
|
||||
*
|
||||
* {@link org.apache.lucene.util.AttributeSource.AttributeFactory}.
|
||||
*
|
||||
* @param
|
||||
* matchVersion Lucene version to match See
|
||||
* {@link <a href="#version">above</a>}
|
||||
* @param factory
|
||||
* the attribute factory to use for this {@link Tokenizer}
|
||||
* @param in
|
||||
|
|
Loading…
Reference in New Issue