Skip to content

Commit

Permalink
[Java] Checkstyle fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 20, 2024
1 parent f984260 commit 281d027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ void shouldRecoverRecordingWithNonZeroStartPosition()
{
final Catalog.CatalogEntryProcessor catalogEntryProcessor =
(recordingDescriptorOffset, headerEncoder, headerDecoder, descriptorEncoder, descriptorDecoder) ->
descriptorEncoder.stopPosition(Aeron.NULL_VALUE);
descriptorEncoder.stopPosition(Aeron.NULL_VALUE);

assertTrue(catalog.forEntry(recordingId, catalogEntryProcessor));
}
Expand Down

0 comments on commit 281d027

Please sign in to comment.