aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TextArea.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/ui/TextArea.java')
-rw-r--r--src/com/vaadin/ui/TextArea.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/TextArea.java b/src/com/vaadin/ui/TextArea.java
index 1b8d6dc687..edc8d3ecae 100644
--- a/src/com/vaadin/ui/TextArea.java
+++ b/src/com/vaadin/ui/TextArea.java
@@ -41,7 +41,7 @@ public class TextArea extends TextField {
@Override
public void setRows(int rows) {
// TODO implement here once AbstractTextField (or something similar is
- // created).
+ // created) and incompatible API can be introduced.
super.setRows(rows);
}
@@ -55,7 +55,7 @@ public class TextArea extends TextField {
@Override
public int getRows() {
// TODO implement here once AbstractTextField (or something similar is
- // created).
+ // created) and incompatible API can be introduced.
return super.getRows();
}