diff options
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java b/src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java index 1e2e810b16..86bf451c35 100644 --- a/src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java +++ b/src/com/vaadin/demo/sampler/features/dates/DateLocaleExample.java @@ -10,6 +10,7 @@ import com.vaadin.ui.ComboBox; import com.vaadin.ui.InlineDateField;
import com.vaadin.ui.VerticalLayout;
+@SuppressWarnings("serial")
public class DateLocaleExample extends VerticalLayout implements
Property.ValueChangeListener {
|