Skip to content

Commit d80dd57

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d66fdfc commit d80dd57

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/FullTextFunction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import org.elasticsearch.xpack.esql.core.type.DataTypeConverter;
3535
import org.elasticsearch.xpack.esql.core.type.MultiTypeEsField;
3636
import org.elasticsearch.xpack.esql.evaluator.mapper.EvaluatorMapper;
37-
import org.elasticsearch.xpack.esql.expression.function.FunctionUtils;
3837
import org.elasticsearch.xpack.esql.expression.function.scalar.convert.AbstractConvertFunction;
3938
import org.elasticsearch.xpack.esql.expression.predicate.logical.BinaryLogic;
4039
import org.elasticsearch.xpack.esql.expression.predicate.logical.Not;

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Kql.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
import java.io.IOException;
3030
import java.util.List;
31-
import java.util.Objects;
3231

3332
/**
3433
* Full text function that performs a {@link KqlQuery} .

0 commit comments

Comments
 (0)