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