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_r279750207
 
 

 ##########
 File path: 
artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java
 ##########
 @@ -343,7 +343,7 @@ public void initDecoder(VersionedStompFrameHandler 
existingHandler) {
       decoder.init(existingHandler.getDecoder());
    }
 
-   protected class StompDecoderV11 extends StompDecoder {
+   protected static class StompDecoderV11 extends StompDecoder {
 
 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