Skip to content
Snippets Groups Projects
Commit 0e434585 authored by CodingSinger's avatar CodingSinger
Browse files

fix comments

parent 03e19b3f
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ func newMockZkRegistry(url *common.URL, opts ...zookeeper.Option) (*zk.TestClust ...@@ -120,6 +120,7 @@ func newMockZkRegistry(url *common.URL, opts ...zookeeper.Option) (*zk.TestClust
func (r *zkRegistry) InitListeners() { func (r *zkRegistry) InitListeners() {
r.listener = zookeeper.NewZkEventListener(r.client) r.listener = zookeeper.NewZkEventListener(r.client)
r.dataListener = NewRegistryDataListener() r.dataListener = NewRegistryDataListener()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment