viviel opened a new pull request #93:
URL: https://github.com/apache/incubator-tubemq/pull/93


   1. Modify the wrong comment
   ```
       /**
        * Send message synchronous. More efficient and recommended.
        */
       public void sendMessageAsync() {}
   ```
   change to
   ```
       /**
        * Send message asynchronous. More efficient and recommended.
        */
       public void sendMessageAsync() {}
   ```
   2. Optimize variable naming


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


Reply via email to