Skip to content
Snippets Groups Projects
Commit 1d7cff9b authored by corot's avatar corot
Browse files

Minor fix on Getting started tutorial: GraphName constructor is now private

parent 617cf0a5
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