LUCENE-6417: remove useless import

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1694897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-08-09 16:45:23 +00:00
parent 84c8c5e228
commit d90007ffee
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ package org.apache.lucene.expressions.js;
import java.text.ParseException;
import org.antlr.v4.runtime.RecognitionException;
import org.apache.lucene.expressions.Expression;
import org.apache.lucene.util.LuceneTestCase;