Skip to content

Commit c3c3e26

Browse files
committed
Fix Javadoc.
1 parent f147a74 commit c3c3e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/XContentRowEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
/**
3636
* Encodes rows into an XContent format (JSON,YAML,...) for further processing.
37-
* Extracted columns can be specified using {@link EvalOperator}ExpressionEvaluator}
37+
* Extracted columns can be specified using {@link ExpressionEvaluator}
3838
*/
3939
public class XContentRowEncoder implements ExpressionEvaluator {
4040
private final XContentType xContentType;

0 commit comments

Comments
 (0)