diff options
-rw-r--r-- | src/com/vaadin/ui/TextArea.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/vaadin/ui/TextArea.java b/src/com/vaadin/ui/TextArea.java index 261e265c28..5d1136d2c6 100644 --- a/src/com/vaadin/ui/TextArea.java +++ b/src/com/vaadin/ui/TextArea.java @@ -100,9 +100,7 @@ public class TextArea extends AbstractTextField { } /** - * Gets the number of rows in the text area. If the number of rows is set to - * 0, the actual number of displayed rows is determined implicitly by the - * adapter. + * Gets the number of rows in the text area. * * @return number of explicitly set rows. */ |