diff options
Diffstat (limited to 'src/com/vaadin/demo/featurebrowser/ComboBoxExample.java')
-rw-r--r-- | src/com/vaadin/demo/featurebrowser/ComboBoxExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/featurebrowser/ComboBoxExample.java b/src/com/vaadin/demo/featurebrowser/ComboBoxExample.java index a28d16e597..60ccd23f27 100644 --- a/src/com/vaadin/demo/featurebrowser/ComboBoxExample.java +++ b/src/com/vaadin/demo/featurebrowser/ComboBoxExample.java @@ -14,6 +14,7 @@ import com.vaadin.ui.AbstractSelect.Filtering; /** * */ +@SuppressWarnings("serial") public class ComboBoxExample extends CustomComponent { private static final String[] firstnames = new String[] { "John", "Mary", |