mirror of https://github.com/apache/lucene.git
SOLR-3054, LUCENE-3671: Remove useless assureMatchVersion check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1234579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
366e1a2cd2
commit
6b5ef1dead
|
@ -45,7 +45,6 @@ public class TypeTokenFilterFactory extends BaseTokenFilterFactory implements Re
|
|||
@Override
|
||||
public void init(Map<String, String> args) {
|
||||
super.init(args);
|
||||
assureMatchVersion();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue