mirror of https://github.com/apache/lucene.git
LUCENE-3020: clear javadocs warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1091278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52b54262dc
commit
ad8926cc61
|
@ -45,7 +45,6 @@ public final class MockAnalyzer extends Analyzer {
|
|||
* @param lowerCase true if the tokenizer should lowercase terms
|
||||
* @param filter DFA describing how terms should be filtered (set of stopwords, etc)
|
||||
* @param enablePositionIncrements true if position increments should reflect filtered terms.
|
||||
* @param payload if payloads should be added containing the positions (for testing)
|
||||
*/
|
||||
public MockAnalyzer(Random random, CharacterRunAutomaton runAutomaton, boolean lowerCase, CharacterRunAutomaton filter, boolean enablePositionIncrements) {
|
||||
this.random = random;
|
||||
|
|
Loading…
Reference in New Issue