Skip to content
Snippets Groups Projects
Commit 833f4342 authored by damonkohler's avatar damonkohler
Browse files

Merge pull request #185 from corot/patch-1

Minor fix on Getting started tutorial: GraphName constructor is now private.
parents 617cf0a5 1d7cff9b
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ implementation: ...@@ -39,7 +39,7 @@ implementation:
@Override @Override
public GraphName getDefaultNodeName() { public GraphName getDefaultNodeName() {
return new GraphName("my_node"); return GraphName.of("my_node");
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment