Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Oct 4, 2023
1 parent 24d9fa2 commit b73c01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public static void testClientSetGet(
finalI, concurrentNum, finalJ + 1, clientNum);
}
while (true) {
int iterationIncrement = iterationCounter.incrementAndGet();
int iterationIncrement = iterationCounter.getAndIncrement();
if (iterationIncrement >= iterations) {
break;
}
Expand Down

0 comments on commit b73c01d

Please sign in to comment.