ARTEMIS-4705 remove unnecessary field from STOMP HeartBeater

This commit is contained in:
Justin Bertram 2024-04-19 23:51:46 -05:00
parent f7288c16a6
commit 61e52ae0fd

View File

@ -268,7 +268,6 @@ public class StompFrameHandlerV11 extends VersionedStompFrameHandler implements
long serverPingPeriod = 0;
long clientPingResponse;
volatile boolean shutdown = false;
AtomicLong lastPingTimestamp = new AtomicLong(0);
ConnectionEntry connectionEntry;