Skip to content

Commit 3c20dff

Browse files
committed
Fix long line in comment
1 parent 611902f commit 3c20dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
/**
2828
* Some {@link FullTextFunction} implementations such as {@link org.elasticsearch.xpack.esql.expression.function.fulltext.Match}
2929
* will be translated to a {@link QueryBuilder} that require a rewrite phase on the coordinator.
30-
* {@link QueryBuilderResolver#resolveQueryBuilders(LogicalPlan, FoldContext, TransportActionServices, ActionListener)} will rewrite the plan by
31-
* replacing {@link FullTextFunction} expression with new ones that hold rewritten {@link QueryBuilder}s.
30+
* {@link QueryBuilderResolver#resolveQueryBuilders(LogicalPlan, FoldContext, TransportActionServices, ActionListener)} will rewrite
31+
* the plan by replacing {@link FullTextFunction} expression with new ones that hold rewritten {@link QueryBuilder}s.
3232
*/
3333
public final class QueryBuilderResolver {
3434

0 commit comments

Comments
 (0)