mattrpav commented on code in PR #764:
URL: https://github.com/apache/activemq/pull/764#discussion_r1028202276


##########
activemq-amqp/src/main/java/org/apache/activemq/transport/amqp/protocol/AmqpConnection.java:
##########
@@ -249,7 +248,7 @@ public void sentFrame(TransportFrame transportFrame) {
 
     @Override
     public long keepAlive() throws IOException {
-        long rescheduleAt = 0l;
+        long rescheduleAt = 0L;

Review Comment:
   Why switch this to "L"?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to