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

    https://github.com/apache/incubator-rocketmq/pull/53#discussion_r101991874
  
    --- Diff: 
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java ---
    @@ -278,14 +280,14 @@ public void createTopic(final String addr, final 
String defaultTopic, final Topi
         }
     
         public SendResult sendMessage(//
    -        final String addr, // 1
    -        final String brokerName, // 2
    -        final Message msg, // 3
    -        final SendMessageRequestHeader requestHeader, // 4
    -        final long timeoutMillis, // 5
    -        final CommunicationMode communicationMode, // 6
    -        final SendMessageContext context, // 7
    -        final DefaultMQProducerImpl producer // 8
    +                                  final String addr, // 1
    --- End diff --
    
    unnecessary format as our code style, 
http://rocketmq.incubator.apache.org/docs/code-guidelines/


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to