Skip to content

Commit 1d1cc3a

Browse files
committed
Remove useless changes.
1 parent 42bc936 commit 1d1cc3a

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/InferenceOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public Page getOutput() {
128128
protected abstract OutputBuilder outputBuilder(Page input);
129129

130130
/**
131-
* An interface for accumulating inference responses and constructing the result page..
131+
* An interface for accumulating inference responses and constructing a result {@link Page}.
132132
*/
133133
public interface OutputBuilder extends Releasable {
134134

0 commit comments

Comments
 (0)