Github user nikhilbhide commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/345#discussion_r135083779
--- 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 --
Static import of individual member is allowed as it sometimes improves the
readability
Please let me know your opinion on this and if required I will change it.
---
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.
---