Oliverwqcwrw opened a new issue #4080:
URL: https://github.com/apache/rocketmq/issues/4080


   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   In `io.openmessaging.rocketmq.producer.AbstractOMSProducer`
   
   `final static InternalLogger log = ClientLogger.getLog();`
   
   Modifiers should be declared in the correct order
   
   The Java Language Specification recommends listing modifiers in the 
following order:
   Annotations
   public
   protected
   private
   abstract
   static
   final
   transient
   volatile
   synchronized
   native
   default
   strictfp
   
   


-- 
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