aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/features/text/TextAreaExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/text/TextAreaExample.java')
-rw-r--r--src/com/vaadin/demo/sampler/features/text/TextAreaExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/text/TextAreaExample.java b/src/com/vaadin/demo/sampler/features/text/TextAreaExample.java
index c6ca5fe181..8918b387e6 100644
--- a/src/com/vaadin/demo/sampler/features/text/TextAreaExample.java
+++ b/src/com/vaadin/demo/sampler/features/text/TextAreaExample.java
@@ -7,6 +7,7 @@ import com.vaadin.ui.HorizontalLayout;
import com.vaadin.ui.Label;
import com.vaadin.ui.TextField;
+@SuppressWarnings("serial")
public class TextAreaExample extends HorizontalLayout implements
Property.ValueChangeListener {