aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java')
-rw-r--r--src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java b/src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java
index b326a636de..28289c7fd6 100644
--- a/src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java
+++ b/src/com/vaadin/demo/sampler/features/selects/ComboBoxInputPromptExample.java
@@ -5,6 +5,7 @@ import com.vaadin.data.Property.ValueChangeEvent;
import com.vaadin.ui.ComboBox;
import com.vaadin.ui.VerticalLayout;
+@SuppressWarnings("serial")
public class ComboBoxInputPromptExample extends VerticalLayout implements
Property.ValueChangeListener {