aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java')
-rw-r--r--src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java b/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
index 3860e7fd17..ae10f86ca5 100644
--- a/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
+++ b/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
@@ -7,6 +7,7 @@ import com.vaadin.ui.VerticalLayout;
import com.vaadin.ui.Button.ClickEvent;
import com.vaadin.ui.Window.Notification;
+@SuppressWarnings("serial")
public class NotificationErrorExample extends VerticalLayout {
public NotificationErrorExample() {