Skip to content

Commit 9c97a2d

Browse files
committed
Added missing setting to example
1 parent f5e46d2 commit 9c97a2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ builder.graph("modern")
5353

5454
// create a ArangoDB graph
5555
BaseConfiguration conf = builder.build();
56+
// The Graph.GRAPH ("gremlin.graph") configuration must point to the Graph implementation class
57+
conf.addProperty(Graph.GRAPH, ArangoDBGraph.class.getName());
5658
Graph graph = GraphFactory.open(conf);
5759
GraphTraversalSource gts = new GraphTraversalSource(graph);
5860

0 commit comments

Comments
 (0)