summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2013-05-21 10:18:22 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-21 11:45:16 +0000
commitf8fb8b7bfdbf4d8c22ca512e937fe812803369c6 (patch)
treea90c4892f254d054db3a6642a94c3af3aa8d06e9 /shared
parent778de066b1f8b1608b40bdd98b61b6fee078442d (diff)
downloadvaadin-framework-f8fb8b7bfdbf4d8c22ca512e937fe812803369c6.tar.gz
vaadin-framework-f8fb8b7bfdbf4d8c22ca512e937fe812803369c6.zip
Upgrade to Atmosphere 1.0.13 (#11861)
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/communication/PushConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/communication/PushConstants.java b/shared/src/com/vaadin/shared/communication/PushConstants.java
index 2d63621c12..f16cbb7390 100644
--- a/shared/src/com/vaadin/shared/communication/PushConstants.java
+++ b/shared/src/com/vaadin/shared/communication/PushConstants.java
@@ -42,5 +42,5 @@ public class PushConstants implements Serializable {
* The character used to mark message boundaries when messages may be split
* into multiple fragments.
*/
- public static final char MESSAGE_DELIMITER = '\0';
+ public static final char MESSAGE_DELIMITER = '|';
}