You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "viviel (Jira)" <ji...@apache.org> on 2020/05/22 14:49:00 UTC

[jira] [Resolved] (TUBEMQ-154) Modify the wrong comment & Minor changes for example module

     [ https://issues.apache.org/jira/browse/TUBEMQ-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viviel resolved TUBEMQ-154.
---------------------------
    Resolution: Fixed

> Modify the wrong comment & Minor changes for example module
> -----------------------------------------------------------
>
>                 Key: TUBEMQ-154
>                 URL: https://issues.apache.org/jira/browse/TUBEMQ-154
>             Project: Apache TubeMQ
>          Issue Type: Improvement
>            Reporter: viviel
>            Assignee: viviel
>            Priority: Low
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>
> 1.  Modify the wrong comment
> {code:java}
>     /**
>      * Send message synchronous. More efficient and recommended.
>      */
>     public void sendMessageAsync() {}
> {code}
> change to
> {code:java}
>     /**
>      * Send message asynchronous. More efficient and recommended.
>      */
>     public void sendMessageAsync() {}
> {code}
> 2. Optimize variable naming



--
This message was sent by Atlassian Jira
(v8.3.4#803005)