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/09 13:19:20 UTC

[GitHub] [tinkerpop] spmallette commented on a change in pull request #1228: update requestId and userAgent in RequestMessage with RequestOptions

spmallette commented on a change in pull request #1228: update requestId and userAgent in RequestMessage with RequestOptions
URL: https://github.com/apache/tinkerpop/pull/1228#discussion_r355442850
 
 

 ##########
 File path: gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinDriverIntegrateTest.java
 ##########
 @@ -64,13 +64,7 @@
 import java.awt.Color;
 import java.io.File;
 import java.time.Instant;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.Collections;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
+import java.util.*;
 
 Review comment:
   thanks for the test. it looks like your IDE auto-formatted the imports. please note that we don't use wildcard imports in our code style. could you please revert that 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