From: Artur Signell Date: Thu, 17 Sep 2009 11:58:19 +0000 (+0000) Subject: Merged: Fixed #3306 - Sample NotificationCustom does not seem to support serialization X-Git-Tag: 6.7.0.beta1~2477 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=83910cf475ca2b8521edcf64ac9dc8dea4de74a7;p=vaadin-framework.git Merged: Fixed #3306 - Sample NotificationCustom does not seem to support serialization svn changeset:8830/svn branch:6.2 --- 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);