Skip to content

Commit 510030a

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 73e5e2b commit 510030a

File tree

1 file changed

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

1 file 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import org.elasticsearch.index.query.QueryBuilder;
1919
import org.elasticsearch.xpack.esql.capabilities.PostAnalysisPlanVerificationAware;
2020
import org.elasticsearch.xpack.esql.capabilities.TranslationAware;
21-
import org.elasticsearch.xpack.esql.common.Failure;
2221
import org.elasticsearch.xpack.esql.common.Failures;
2322
import org.elasticsearch.xpack.esql.core.InvalidArgumentException;
2423
import org.elasticsearch.xpack.esql.core.expression.EntryExpression;
@@ -57,7 +56,6 @@
5756
import java.util.Objects;
5857
import java.util.function.BiConsumer;
5958
import java.util.function.Predicate;
60-
import java.util.function.Supplier;
6159

6260
import static org.elasticsearch.common.logging.LoggerMessageFormat.format;
6361
import static org.elasticsearch.xpack.esql.common.Failure.fail;

0 commit comments

Comments
 (0)