Skip to content

Commit 47f8851

Browse files
committed
Remove useless annotation.
1 parent 247d188 commit 47f8851

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/fulltext/KqlTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
import org.elasticsearch.xpack.esql.action.EsqlCapabilities;
1414
import org.elasticsearch.xpack.esql.core.expression.Expression;
1515
import org.elasticsearch.xpack.esql.core.tree.Source;
16-
import org.elasticsearch.xpack.esql.expression.function.FunctionName;
1716
import org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier;
1817
import org.junit.BeforeClass;
1918

2019
import java.util.List;
2120
import java.util.function.Supplier;
2221

23-
@FunctionName("kql")
2422
public class KqlTests extends NoneFieldFullTextFunctionTestCase {
2523
@BeforeClass
2624
protected static void ensureKqlFunctionEnabled() {

0 commit comments

Comments
 (0)