Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Nov 10, 2023
1 parent a95122d commit 2f73319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private record StartEndTimePair (
/**
* This array contains each query execution. The outer array is indexed with the workerID and the inner array
* with the numeric queryID that the query has inside that worker.
* */
*/
private final List<HttpWorker.ExecutionStats>[][] workerQueryExecutions;

/** This map contains each query execution, grouped by each queryID of the task. */
Expand Down

0 comments on commit 2f73319

Please sign in to comment.