aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/featurebrowser/FormExample.java
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
commit2bc6c9decca4449717d52ddce428dc8f00769028 (patch)
tree1da2eb59b09be442663e3dbd4eed58135f8dde63 /src/com/vaadin/demo/featurebrowser/FormExample.java
parent18ae02885023f31a86d5e0216aa91a6d03e77bc8 (diff)
downloadvaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.tar.gz
vaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.zip
#2643 fix some demo warnings (mostly serialization related)
svn changeset:7985/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/FormExample.java')
-rw-r--r--src/com/vaadin/demo/featurebrowser/FormExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/FormExample.java b/src/com/vaadin/demo/featurebrowser/FormExample.java
index e0888975b5..52a2a98d80 100644
--- a/src/com/vaadin/demo/featurebrowser/FormExample.java
+++ b/src/com/vaadin/demo/featurebrowser/FormExample.java
@@ -25,6 +25,7 @@ import com.vaadin.ui.Button.ClickListener;
* more complex than real use, as it tries to demonstrate more features than
* needed in general case.
*/
+@SuppressWarnings("serial")
public class FormExample extends CustomComponent {
static final String cities[] = { "Amsterdam", "Berlin", "Helsinki",