yejiahao opened a new pull request #522: fix(rocketmq-console): remove unused 
imports in order to avoid buildi…
URL: https://github.com/apache/rocketmq-externals/pull/522
 
 
   ## What is the reason of the change
   - **Conflict with checkstyle file when building [rocketmq-console] module**
   
   ***rmq_checkstyle.xml***
   ```xml
   <module name="UnusedImports">
        <property name="processJavadoc" value="true"/>
   </module>
   ```
   
   - **So, please remove unused imports**
   
   ***org.apache.rocketmq.console.App***
   ```java
   -import org.springframework.boot.autoconfigure.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