aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-08 13:10:31 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-08 13:10:31 +0000
commitd2ecd43c56521714fab8c016619ef11e6555c6f6 (patch)
treedbe97d10dbc3001bed48a41ee284f09e15ddcddd
parent8e5aa8de52dccf6bcf4f2c47a7d07861acb98e5e (diff)
downloadvaadin-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.java4
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.
*/