Github user huangyiminghappy commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/104#discussion_r117149430
  
    --- Diff: common/src/main/java/org/apache/rocketmq/common/MixAll.java ---
    @@ -339,6 +339,8 @@ public static void properties2Object(final Properties 
p, final Object object) {
                         String key = first.toLowerCase() + tmp;
                         String property = p.getProperty(key);
                         if (property != null) {
    +                        // remove spaces before and after
    --- End diff --
    
    ok,i remove the comment


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