summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/demo/sampler/features/notifications/NotificationCustomExample.java2
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);