gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Doc mentions node.newParameterTree but it doesn't exists #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in the file docs/src/main/sphinx/getting_started.rst (rev e417224a6150 12 May 
2012)

There is a small error in the rosjava doc
at line 340 : ParameterTree params = node.newParameterTree();

but the method newParameterTree doesn't exists.

Correct line is : 
ParameterTree params = node.getParameterTree();

Original issue reported on code.google.com by bil...@gmail.com on 11 May 2012 at 10:50