You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by GitBox <gi...@apache.org> on 2020/05/22 14:47:42 UTC

[GitHub] [incubator-tubemq] viviel opened a new pull request #93: [TUBEMQ-154] Modify the wrong comment & Minor changes for example module

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



[GitHub] [incubator-tubemq] gosonzhang commented on pull request #93: [TUBEMQ-154] Modify the wrong comment & Minor changes for example module

Posted by GitBox <gi...@apache.org>.
gosonzhang commented on pull request #93:
URL: https://github.com/apache/incubator-tubemq/pull/93#issuecomment-633231062


   Thanks @viviel !
   
   We need to check carefully when uploading the code.


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



[GitHub] [incubator-tubemq] gosonzhang merged pull request #93: [TUBEMQ-154] Modify the wrong comment & Minor changes for example module

Posted by GitBox <gi...@apache.org>.
gosonzhang merged pull request #93:
URL: https://github.com/apache/incubator-tubemq/pull/93


   


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