GoogleCodeArchive / piccolo2d

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

Typo in API docs #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://piccolo2d.org/doc/piccolo2d.java/release-1.3/core/apidocs/edu/umd/cs/picc
olo/PNode.html#setName%28java.lang.String%29

»Sets the name of this NULL, may be null.«

should read

»Sets the name of this NODE, may be null.«

Martin

Original issue reported on code.google.com by 7...@mklussmann.de on 2 Sep 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Got it, thanks for the suggestion.

Original comment by heue...@gmail.com on 4 Sep 2012 at 4:09

GoogleCodeExporter commented 9 years ago
Fixed on svn trunk

$ svn commit -m "Issue 242 ; fix typo in API documentation" .
Committed revision 1182.

and branches/release-1.3.1

$ svn commit -m "Issue 242 ; fix typo in API documentation" .
Committed revision 1183.

Original comment by heue...@gmail.com on 4 Sep 2012 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 5:42