aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-25 09:09:58 +0000
commit2bc6c9decca4449717d52ddce428dc8f00769028 (patch)
tree1da2eb59b09be442663e3dbd4eed58135f8dde63 /src/com/vaadin/demo/sampler/features/notifications/NotificationErrorExample.java
parent18ae02885023f31a86d5e0216aa91a6d03e77bc8 (diff)
downloadvaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.tar.gz
vaadin-framework-2bc6c9decca4449717d52ddce428dc8f00769028.zip
#2643 fix some demo warnings (mostly serialization related)
svn changeset:7985/svn branch:6.0
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() {