Invalid example?
Using version. 0.9.3 it seems like the example under usage doesn't work.
Node tree = new DefaultNode("root");
tree.addChild(new DefaultNode("child1"));
Maybe type of tree variable should be DefaultNode?
Using version. 0.9.3 it seems like the example under usage doesn't work.
Node tree = new DefaultNode("root");
tree.addChild(new DefaultNode("child1"));
Maybe type of tree variable should be DefaultNode?