dockerzhang opened a new issue #753:
URL: https://github.com/apache/incubator-inlong/issues/753


   <p>1.  Modify the wrong comment</p>
   
   <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
   <pre class="code-java">
       /**
        * Send message synchronous. More efficient and recommended.
        */
       <span class="code-keyword">public</span> void sendMessageAsync() {}
   </pre>
   </div></div>
   
   <p>change to</p>
   
   <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
   <pre class="code-java">
       /**
        * Send message asynchronous. More efficient and recommended.
        */
       <span class="code-keyword">public</span> void sendMessageAsync() {}
   </pre>
   </div></div>
   
   <p>2. Optimize variable naming</p>
   <i>JIRA link - <a 
href="https://issues.apache.org/jira/browse/INLONG-154";>[INLONG-154]</a> 
created by viviel</i>


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to