Skip to content

Commit

Permalink
[Java] Fix for checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jan 14, 2025
1 parent 19eb26d commit 417b5d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ public void validateRecordingLogWithReplay(final int nodeId)

while (position.get() < recordingPosition)
{
if (0 == replay.poll(fragmentHandler,10))
if (0 == replay.poll(fragmentHandler, 10))
{
Tests.yield();
}
Expand Down

0 comments on commit 417b5d8

Please sign in to comment.