From 2e182c3102f79d50d05b57e6aab58b2193103e1c Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 17 Sep 2009 11:57:29 +0000 Subject: [PATCH] Fixed #3306 - Sample NotificationCustom does not seem to support serialization svn changeset:8829/svn branch:6.1 --- .../features/notifications/NotificationCustomExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java b/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java index b201ae123d..8821e8cec1 100644 --- a/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java +++ b/src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java @@ -16,7 +16,7 @@ import com.vaadin.ui.Window.Notification; @SuppressWarnings("serial") public class NotificationCustomExample extends VerticalLayout { - private static final Object CAPTION_PROPERTY = new Object(); + private static final String CAPTION_PROPERTY = "CAPTION"; public NotificationCustomExample() { setSpacing(true); -- 2.39.5