diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/FormExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/FormExample.java | 1 |
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", |