Changing comments to reflect current change.

This commit is contained in:
Renan DelValle 2018-05-30 12:26:37 -07:00
parent 40d832f536
commit 1bf341b815
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -197,7 +197,6 @@ func ClientCerts(clientKey, clientCert string) ClientOption {
}
// Use this option if you'd like to override default settings for connecting to Zookeeper.
// For example, this can be used to override the scheme to be used for communicating with Aurora (e.g. https).
// See zk.go for what is possible to set as an option.
func ZookeeperOptions(opts ...ZKOpt) ClientOption {
return func(config *RealisConfig) {