Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kryukov <[email protected]>
  • Loading branch information
dk2k committed Nov 23, 2024
1 parent cdbb13f commit 3fad0c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public long nanoTime() {
}

/*
* this acts as upper bound of how time is cached in org.opensearch.threadpool.ThreadPool
* */
* this acts as upper bound of how time is cached in org.opensearch.threadpool.ThreadPool
* */
@Benchmark
public long accessLongVar() {
return var++;
Expand Down

0 comments on commit 3fad0c3

Please sign in to comment.