dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-154] Modify the wrong comment & Minor changes for example module #154

Closed dockerzhang closed 3 years ago

dockerzhang commented 3 years ago

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

JIRA link - [INLONG-154] created by viviel