Skip to content

Commit 7f1998c

Browse files
committed
Checkstyle
1 parent 40f6132 commit 7f1998c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

artio-core/src/main/java/uk/co/real_logic/artio/engine/framer/ResetSequenceNumberCommand.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public void execute(final Framer framer)
153153
// Only to be called on the Framer thread.
154154
boolean poll()
155155
{
156-
157156
if (clock.nanoTime() - resetTimeInNs >= timeoutInNs)
158157
{
159158
return onTimeout();
@@ -300,7 +299,7 @@ private boolean onTimeout()
300299
if (isAdminReset)
301300
{
302301
if (adminReplyPublication.saveGenericAdminReply(adminCorrelationId, GatewayError.EXCEPTION,
303-
sessionId + " sequence numbers not reset in " + timeoutInNs + "ns") > 0)
302+
sessionId + " sequence numbers not reset in " + timeoutInNs + "ns") > 0)
304303
{
305304
state = TIMED_OUT;
306305
return true;

0 commit comments

Comments
 (0)