-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix Javadoc warning in integration test #2484
Conversation
02e0e92
to
d94b6ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
* @param namespace the namespace of the table | ||
* @param table the table name | ||
* @return a Get operation to retrieve the record inserted with {@link #getPut(String, String)} | ||
* * or {@link #getInsert(String, String)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* * or {@link #getInsert(String, String)} | |
* or {@link #getInsert(String, String)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, 😑
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Description
This fixes Javadoc warning when compiling the project.
Related issues and/or PRs
N/A
Changes made
Fix javadoc comment.
Checklist
Additional notes (optional)
N/A
Release notes
N/A