Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/905#discussion_r209302881
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphml/GraphMLWriter.java
---
@@ -18,6 +18,21 @@
*/
package org.apache.tinkerpop.gremlin.structure.io.graphml;
+import java.io.IOException;
--- End diff --
i just happened to peek back in on this PR and noticed that it looks like
your IDE re-organized the imports a bit. when you come back to this could you
please revert that portion of the change?
---