You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/11/04 10:29:23 UTC

[GitHub] [zookeeper] yaojingguo commented on a change in pull request #1128: Various code clean-ups

yaojingguo commented on a change in pull request #1128: Various code clean-ups
URL: https://github.com/apache/zookeeper/pull/1128#discussion_r341982437
 
 

 ##########
 File path: zookeeper-server/src/main/java/org/apache/zookeeper/client/StaticHostProvider.java
 ##########
 @@ -331,7 +331,7 @@ private InetSocketAddress nextHostInReconfigMode() {
         return null;
     }
 
-    public InetSocketAddress next(long spinDelay) {
+    public InetSocketAddress next(long delay) {
 
 Review comment:
   OK. I have reverted the change. Please check again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services