Skip to content

Commit bee34b0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent a9ecc75 commit bee34b0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
*/
2525
public class MatchOperator extends Match {
2626

27-
public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry(Expression.class, "MatchOperator",
28-
MatchOperator::readFrom);
27+
public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry(
28+
Expression.class,
29+
"MatchOperator",
30+
MatchOperator::readFrom
31+
);
2932

3033
@FunctionInfo(
3134
returnType = "boolean",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
import org.elasticsearch.xpack.esql.core.util.StringUtils;
4545
import org.elasticsearch.xpack.esql.evaluator.EvalMapper;
4646
import org.elasticsearch.xpack.esql.evaluator.mapper.EvaluatorMapper;
47-
import org.elasticsearch.xpack.esql.expression.function.fulltext.Match;
4847
import org.elasticsearch.xpack.esql.expression.function.fulltext.MatchOperator;
4948
import org.elasticsearch.xpack.esql.expression.function.scalar.conditional.Greatest;
5049
import org.elasticsearch.xpack.esql.expression.function.scalar.nulls.Coalesce;

0 commit comments

Comments
 (0)