jdanekrh commented on a change in pull request #2651: ARTEMIS-2320 Fix 
ClassCanBeStatic errorprone warning
URL: https://github.com/apache/activemq-artemis/pull/2651#discussion_r279750310
 
 

 ##########
 File path: 
artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v12/StompFrameHandlerV12.java
 ##########
 @@ -91,7 +91,7 @@ public StompFrame onAck(StompFrame request) {
       return response;
    }
 
-   protected class StompDecoderV12 extends StompDecoderV11 {
+   protected static class StompDecoderV12 extends StompDecoderV11 {
 
 Review comment:
   make top-level class

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to