You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/12/06 11:39:21 UTC

[GitHub] [tinkerpop] spmallette commented on a change in pull request #1227: make Cluster be able to open file in classpath resource dir

spmallette commented on a change in pull request #1227: make Cluster be able to open file in classpath resource dir
URL: https://github.com/apache/tinkerpop/pull/1227#discussion_r354792253
 
 

 ##########
 File path: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java
 ##########
 @@ -44,10 +44,7 @@
 import java.io.IOException;
 import java.io.InputStream;
 import java.lang.ref.WeakReference;
-import java.net.InetAddress;
-import java.net.InetSocketAddress;
-import java.net.URI;
-import java.net.UnknownHostException;
+import java.net.*;
 
 Review comment:
   it looks like your IDE wildcarded our imports. could you please revert that part of your change?

----------------------------------------------------------------
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