diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-12-08 13:10:31 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-12-08 13:10:31 +0000 |
commit | d2ecd43c56521714fab8c016619ef11e6555c6f6 (patch) | |
tree | dbe97d10dbc3001bed48a41ee284f09e15ddcddd | |
parent | 8e5aa8de52dccf6bcf4f2c47a7d07861acb98e5e (diff) | |
download | vaadin-framework-d2ecd43c56521714fab8c016619ef11e6555c6f6.tar.gz vaadin-framework-d2ecd43c56521714fab8c016619ef11e6555c6f6.zip |
Javadoc fix, rows are always explicitly specified for a TextArea
svn changeset:16408/svn branch:6.5
-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. */ |