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:
Robert Muir 2012-04-11 19:59:02 +00:00
parent 16f5be0efb
commit 0880936551
1 changed files with 0 additions and 1 deletions

View File

@ -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);