Skip to content

Commit 9f927b2

Browse files
committed
Undo typo fix
1 parent cd99d9c commit 9f927b2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AsyncOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public long completedPages() {
289289
return completedPages;
290290
}
291291

292-
public long processNanos() {
292+
public long procesNanos() {
293293
return processNanos;
294294
}
295295

0 commit comments

Comments
 (0)