piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Typo in API docs #242

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 242

http://piccolo2d.org/doc/piccolo2d.java/release-1.3/core/apidocs/edu/umd/cs/piccolo/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

Reported by 7aa0@mklussmann.de on 2012-09-02 18:33:51

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

Reported by heuermh on 2012-09-04 16:09:58

mro 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.

Reported by heuermh on 2012-09-04 16:11:53

mro commented 9 years ago

Reported by heuermh on 2013-11-26 17:42:21