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