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 2020/02/28 13:49:58 UTC

[GitHub] [rocketmq-externals] wwm0104 opened a new issue #518: one Annotation are useless(Redundant comments)

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq-externals] vongosling closed issue #518: one Annotation are useless(Redundant comments)

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #518: one Annotation are useless(Redundant comments)
URL: https://github.com/apache/rocketmq-externals/issues/518
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services