Skip to content

Commit a1e1ba3

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 23544d4 commit a1e1ba3

File tree

1 file changed

+3
-5
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/multivalue

1 file changed

+3
-5
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/multivalue/MvContainsAll.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,13 @@ public class MvContainsAll extends BinaryScalarFunction implements EvaluatorMapp
5454

5555
@FunctionInfo(
5656
returnType = "boolean",
57-
description = "\"Checks if all values yielded by the second multivalue expression are present in the values yielded by " +
58-
"the first multivalue expression. Returns a boolean, or null if either expression is null.",
57+
description = "\"Checks if all values yielded by the second multivalue expression are present in the values yielded by "
58+
+ "the first multivalue expression. Returns a boolean, or null if either expression is null.",
5959
examples = {
6060
@Example(file = "string", tag = "mv_contains_all"),
6161
@Example(file = "string", tag = "mv_contains_all_bothsides"),
6262
@Example(file = "string", tag = "mv_contains_all_where"), },
63-
appliesTo = {
64-
@FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.2.0")
65-
}
63+
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.2.0") }
6664
)
6765
public MvContainsAll(
6866
Source source,

0 commit comments

Comments
 (0)