diff options
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java b/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java index ce20e77827..b201ae123d 100644 --- a/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java +++ b/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java @@ -13,6 +13,7 @@ import com.vaadin.ui.VerticalLayout; import com.vaadin.ui.Button.ClickEvent; import com.vaadin.ui.Window.Notification; +@SuppressWarnings("serial") public class NotificationCustomExample extends VerticalLayout { private static final Object CAPTION_PROPERTY = new Object(); |