f

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/170f5b6a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/170f5b6a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/170f5b6a

Branch: refs/heads/TINKERPOP-1004
Commit: 170f5b6a69b51c25cc7930de36932638a44568b6
Parents: 84bc550
Author: Stephen Mallette <[email protected]>
Authored: Tue Jun 20 13:48:06 2017 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Tue Jun 20 13:48:06 2017 -0400

----------------------------------------------------------------------
 .../org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/170f5b6a/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
----------------------------------------------------------------------
diff --git 
a/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
 
b/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
index b92801a..e8e069c 100644
--- 
a/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
+++ 
b/neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.java
@@ -39,6 +39,7 @@ import org.apache.tinkerpop.gremlin.structure.VertexProperty;
 import 
org.apache.tinkerpop.gremlin.structure.util.AbstractThreadLocalTransaction;
 import org.apache.tinkerpop.gremlin.structure.util.ElementHelper;
 import org.apache.tinkerpop.gremlin.structure.util.StringFactory;
+import org.apache.tinkerpop.gremlin.structure.util.TransactionException;
 import org.apache.tinkerpop.gremlin.structure.util.wrapped.WrappedGraph;
 import org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils;
 import org.neo4j.tinkerpop.api.Neo4jFactory;

Reply via email to