piccolo2d / piccolo2d.java

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

Mistake in java doc comment #231

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 231

See http://piccolo2d.org/doc/piccolo2d.java/release-1.3/core/apidocs/edu/umd/cs/piccolo/nodes/PText.html#setConstrainHeightToTextHeight(boolean):

Parameters:
constrainHeightToTextHeight - true if this text node should constrain its height to
the width of its text

should read

Parameters:
constrainHeightToTextHeight - true if this text node should constrain its height to
the *height* of its text

Reported by 7aa0@mklussmann.de on 2011-12-10 19:28:15

mro commented 9 years ago
Good catch, thanks for the note.

Reported by heuermh on 2011-12-10 20:54:36

mro commented 9 years ago
Fixed on trunk

$ svn commit -m "Issue 231 ; doc fix, width --> height" src/main/java/org/piccolo2d/nodes/PText.java

...
Committed revision 1158.

and on release-1.3-branch

$ svn commit -m "Issue 231 ; doc fix, width --> height" core/src/main/java/edu/umd/cs/piccolo/nodes/PText.java
...
Committed revision 1159.

Reported by heuermh on 2011-12-10 21:00:29

mro commented 9 years ago

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