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)

Reply via email to