Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dockerzhang opened this issue Jul 28, 2021 · 0 comments
Closed

Comments

@dockerzhang
Copy link
Contributor

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
@dockerzhang dockerzhang added this to the 0.5.0 milestone Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant