diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-09-17 11:58:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-09-17 11:58:19 +0000 |
commit | 83910cf475ca2b8521edcf64ac9dc8dea4de74a7 (patch) | |
tree | edf27c1b702d72c1078c64ace0b744a651bd8e8e /src/com | |
parent | c301ddf8c282f2bbcef8b999a25ef8d31beeef38 (diff) | |
download | vaadin-framework-83910cf475ca2b8521edcf64ac9dc8dea4de74a7.tar.gz vaadin-framework-83910cf475ca2b8521edcf64ac9dc8dea4de74a7.zip |
Merged: Fixed #3306 - Sample NotificationCustom does not seem to support serialization
svn changeset:8830/svn branch:6.2
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); |