diff options
author | Artur Signell <artur@vaadin.com> | 2015-04-17 22:36:03 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-05-28 07:52:23 +0000 |
commit | 3b7ddf8aa06379a09ff534ae1a89977164937b89 (patch) | |
tree | 09cc6b8145fb0d6a4a06f3b0e0b35c63d9e07520 /shared | |
parent | 5eec2f7aa933d3cf7adbf4fdbb84ed3791318fbe (diff) | |
download | vaadin-framework-3b7ddf8aa06379a09ff534ae1a89977164937b89.tar.gz vaadin-framework-3b7ddf8aa06379a09ff534ae1a89977164937b89.zip |
Backport a resynchronization fix for 7.5 (#15405)
Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ApplicationConstants.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java index 37bf5c8a00..3431387b77 100644 --- a/shared/src/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/com/vaadin/shared/ApplicationConstants.java @@ -137,4 +137,9 @@ public class ApplicationConstants implements Serializable { */ public static final String CSRF_TOKEN_DEFAULT_VALUE = "init"; + /** + * The name of the parameter used for re-synchronizing. + */ + public static final String RESYNCHRONIZE_ID = "resynchronize"; + } |