mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix the comment description error (#10882)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
ad2cfdd99f
commit
fb2e2a6405
@ -244,7 +244,7 @@ func (s *Server) SetRootCoord(m types.RootCoord) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// SetDataCoord sets the QueryCoord's client for QueryNode component.
|
||||
// SetDataCoord sets the DataCoord's client for QueryCoord component.
|
||||
func (s *Server) SetDataCoord(d types.DataCoord) error {
|
||||
s.queryCoord.SetDataCoord(d)
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user