Github user maoling commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/548#discussion_r200064561
  
    --- Diff: src/java/main/org/apache/zookeeper/server/util/ConfigUtils.java 
---
    @@ -60,4 +60,25 @@ static public String getClientConfigStr(String 
configData) {
             }
             return version + " " + sb.toString();
         }
    +
    +    public static String[] splitServerConfig(String s)
    +        throws ConfigException
    +    {
    +        /* Does it start with an IPv6 literal? */
    --- End diff --
    
    remove this line annotation and give this method detailed javadoc


---

Reply via email to