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