aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/UI.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r--server/src/com/vaadin/ui/UI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 65f9e60a66..2d9f49b122 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -472,7 +472,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements
private Navigator navigator;
- private PushConnection pushConnection = new PushConnection(this);
+ private PushConnection pushConnection = null;
/**
* This method is used by Component.Focusable objects to request focus to