mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix typo in comment (#14909)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/14927/head
parent
69def6b34e
commit
dc00dac913
|
@ -657,7 +657,7 @@ type ProxyComponent interface {
|
|||
// `etcdClient` is a client of etcd
|
||||
SetEtcdClient(etcdClient *clientv3.Client)
|
||||
|
||||
// SetRootCoord set RootCoord for Proxy
|
||||
//SetRootCoordClient set RootCoord for Proxy
|
||||
// `rootCoord` is a client of root coordinator.
|
||||
SetRootCoordClient(rootCoord RootCoord)
|
||||
|
||||
|
|
Loading…
Reference in New Issue