Skip to content
Snippets Groups Projects
Unverified Commit 6b58f6c7 authored by vito.he's avatar vito.he Committed by GitHub
Browse files

Update registry/directory/directory.go


Co-Authored-By: default avatarJoe Zou <yixian.zou@gmail.com>
parent 54dc74a5
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ func (dir *RegistryDirectory) cacheInvoker(url *common.URL) protocol.Invoker {
return nil
}
// list :select the protocol invokers from the directory
// List selected protocol invokers from the directory
func (dir *RegistryDirectory) List(invocation protocol.Invocation) []protocol.Invoker {
invokers := dir.cacheInvokers
routerChain := dir.RouterChain()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment