From fdc80ecc44aa1ab90e0b8d07c872d27b8f79549d Mon Sep 17 00:00:00 2001
From: "vito.he" <hxmhlt@163.com>
Date: Mon, 19 Aug 2019 11:47:09 +0800
Subject: [PATCH] Mod:comment

---
 remoting/zookeeper/listener.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/remoting/zookeeper/listener.go b/remoting/zookeeper/listener.go
index 4177ab07d..d9efd4fed 100644
--- a/remoting/zookeeper/listener.go
+++ b/remoting/zookeeper/listener.go
@@ -209,7 +209,7 @@ func (l *ZkEventListener) listenDirEvent(zkPath string, listener remoting.DataLi
 			// listen l service node
 			dubboPath := path.Join(zkPath, c)
 
-			//Add to save into the path map to avoid duplicate listen
+			//Save the path to avoid listen repeatly
 			l.pathMapLock.Lock()
 			_, ok := l.pathMap[dubboPath]
 			l.pathMapLock.Unlock()
-- 
GitLab