Skip to content

Commit afb9ce0

Browse files
committed
javadoc
1 parent 2fd13df commit afb9ce0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public record DriverSleeps(Map<String, Long> counts, List<Sleep> first, List<Sle
3333
* A record of a time the driver slept.
3434
*
3535
* @param reason The reason the driver slept
36-
* @param threadName
36+
* @param threadName The name of the thread this driver was running on when it went to sleep
3737
* @param sleep Millis since epoch when the driver slept
3838
* @param wake Millis since epoch when the driver woke, or 0 if it is currently sleeping
3939
*/

0 commit comments

Comments
 (0)