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

    https://github.com/apache/zookeeper/pull/345#discussion_r135104691
  
    --- Diff: 
src/java/main/org/apache/zookeeper/client/ConnectStringParser.java ---
    @@ -20,8 +20,11 @@
     
     import java.net.InetSocketAddress;
     import java.util.ArrayList;
    +import java.util.List;
     
     import org.apache.zookeeper.common.PathUtils;
    +import static org.apache.zookeeper.common.StringUtils.split;
    --- End diff --
    
    This code is similar to existing one in master and branch-3.5. For 
consistency, we could use what kind of import it uses, imo.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to