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:43:00 UTC

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

viviel created TUBEMQ-154:
-----------------------------

             Summary: 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
             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)