wwm0104 opened a new issue #518: one Annotation are useless(Redundant comments)
URL: https://github.com/apache/rocketmq-externals/issues/518
 
 
    There are redundant comments in this 
class(org.apache.rocketmq.console.App.java)
   For example,
   @EnableAutoConfiguration
   @SpringBootApplication
   @ServletComponentScan
   public class App {
   
       public static void main(String[] args) {
           SpringApplication.run(App.class, args);
       }
   
   }
   @SpringBootApplication contains  @EnableAutoConfiguration
   
   
   

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