You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/01 01:13:24 UTC

[GitHub] [rocketmq] Oliverwqcwrw opened a new issue #4080: Modifiers should be declared in the correct order

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org