mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 00:09:28 +00:00
remove outdated javadocs for test class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1324966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16f5be0efb
commit
0880936551
@ -65,7 +65,6 @@ public final class MockTokenFilter extends TokenFilter {
|
||||
*
|
||||
* @param input TokenStream to filter
|
||||
* @param filter DFA representing the terms that should be removed.
|
||||
* @param enablePositionIncrements true if the removal should accumulate position increments.
|
||||
*/
|
||||
public MockTokenFilter(TokenStream input, CharacterRunAutomaton filter) {
|
||||
super(input);
|
||||
|
Loading…
x
Reference in New Issue
Block a user