From 83910cf475ca2b8521edcf64ac9dc8dea4de74a7 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 17 Sep 2009 11:58:19 +0000 Subject: [PATCH] Merged: Fixed #3306 - Sample NotificationCustom does not seem to support serialization svn changeset:8830/svn branch:6.2 --- .../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