Skip to content
Snippets Groups Projects
Unverified Commit 34c52a16 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 57fa801f
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ func (dir *RegistryDirectory) uncacheInvoker(url *common.URL) protocol.Invoker {
return nil
}
// cacheInvoker: return abandoned Invoker,if no Invoker to be abandoned,return nil
// cacheInvoker will return abandoned Invoker,if no Invoker to be abandoned,return nil
func (dir *RegistryDirectory) cacheInvoker(url *common.URL) protocol.Invoker {
dir.overrideUrl(dir.GetDirectoryUrl())
referenceUrl := dir.GetDirectoryUrl().SubURL
......
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