Github user wu-sheng commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/36#discussion_r95958687
  
    --- Diff: 
tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java ---
    @@ -194,7 +197,7 @@ public static void initCommand() {
         private static void initLogback() throws JoranException {
             String rocketmqHome = 
System.getProperty(MixAll.ROCKETMQ_HOME_PROPERTY, 
System.getenv(MixAll.ROCKETMQ_HOME_ENV));
     
    -        LoggerContext lc = (LoggerContext) 
LoggerFactory.getILoggerFactory();
    +        LoggerContext lc = 
(LoggerContext)LoggerFactory.getILoggerFactory();
    --- End diff --
    
    As you can see, travis-ci's check is passed. So I assume my code style is 
correct.
    I think maybe your `codeStyle` doesn't match your design purpose?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to