summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/annotations/Push.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/com/vaadin/annotations/Push.java')
-rw-r--r--server/src/com/vaadin/annotations/Push.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/annotations/Push.java b/server/src/com/vaadin/annotations/Push.java
index d5e42d6f60..9965d535ba 100644
--- a/server/src/com/vaadin/annotations/Push.java
+++ b/server/src/com/vaadin/annotations/Push.java
@@ -54,6 +54,6 @@ public @interface Push {
*
* @return the transport type to use
*/
- public Transport transport() default Transport.DEFAULT;
+ public Transport transport() default Transport.WEBSOCKET;
}