-
Notifications
You must be signed in to change notification settings - Fork 0
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
Groom interface docs and names. #161
Groom interface docs and names. #161
Conversation
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@@ -6,7 +6,7 @@ | |||
import java.util.concurrent.CompletableFuture; | |||
|
|||
/** | |||
* Supports commands for the "Connection Management" group for cluster clients. | |||
* Supports commands for the "Connection Management" group for cluster client. |
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.
Technically, would be a bit more grammatically correct to say "for a cluster client". Applies throughout.
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.
Fixed
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.
One small comment, but otherwise looks good to me.
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
ee734fe
into
java/integ_yuryf_groom_interfaces
Resolve two comments left for valkey-io#1104