milleruntime commented on a change in pull request #412: #408 Removed use of
deprecated ClientConfiguration
URL: https://github.com/apache/accumulo/pull/412#discussion_r178572612
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/impl/ConnectionInfoImpl.java
##########
@@ -38,7 +39,7 @@ public String getInstanceName() {
}
@Override
- public String getZookeepers() {
+ public String getZooKeepers() {
Review comment:
Do we have a consistent way to refer to "zookeepers"? Camel case or one
word?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services