Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Jan 15, 2025
1 parent 40f6132 commit 7f1998c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public void execute(final Framer framer)
// Only to be called on the Framer thread.
boolean poll()
{

if (clock.nanoTime() - resetTimeInNs >= timeoutInNs)
{
return onTimeout();
Expand Down Expand Up @@ -300,7 +299,7 @@ private boolean onTimeout()
if (isAdminReset)
{
if (adminReplyPublication.saveGenericAdminReply(adminCorrelationId, GatewayError.EXCEPTION,
sessionId + " sequence numbers not reset in " + timeoutInNs + "ns") > 0)
sessionId + " sequence numbers not reset in " + timeoutInNs + "ns") > 0)
{
state = TIMED_OUT;
return true;
Expand Down

0 comments on commit 7f1998c

Please sign in to comment.