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
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ implementation:
@Override
public GraphName getDefaultNodeName() {
return new GraphName("my_node");
return GraphName.of("my_node");
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment