Skip to content

Commit 50918a4

Browse files
Fix checkstyle
1 parent 094aa80 commit 50918a4

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public class FunctionUtils {
2323
* If null is passed for Failures to the constructor, it means we are only type resolution.
2424
* This is usually called when doing pre-folding validation.
2525
* If a {@link Failures} instance is passed, it means we are doing post-folding validation as well.
26-
* This is usually called after folding is done, from during {@link org.elasticsearch.xpack.esql.capabilities.PostOptimizationVerificationAware} verification
26+
* This is usually called after folding is done, from during
27+
* {@link org.elasticsearch.xpack.esql.capabilities.PostOptimizationVerificationAware} verification
2728
*/
2829
public static class TypeResolutionValidator {
2930

0 commit comments

Comments
 (0)