diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2017-05-08 13:40:02 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-05-08 14:46:35 +0300 |
commit | f961ea1d766996a551b5f2bf2aa7929ead0f0466 (patch) | |
tree | b61573c569c309b6a7790b9a592865c975b52156 /shared/src/main | |
parent | 1e6344421b5a88519abdba5fe1443014b1577ca7 (diff) | |
download | vaadin-framework-8.0.6.tar.gz vaadin-framework-8.0.6.zip |
Add since tags for 8.0.68.0.6
Diffstat (limited to 'shared/src/main')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ApplicationConstants.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java b/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java index e238dadb1a..5d091a026d 100644 --- a/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java @@ -55,6 +55,9 @@ public class ApplicationConstants implements Serializable { public static final String UIDL_SECURITY_TOKEN_ID = "Vaadin-Security-Key"; + /** + * @since 8.0.6 + */ public static final String UIDL_PUSH_ID = "Vaadin-Push-ID"; @Deprecated @@ -126,6 +129,8 @@ public class ApplicationConstants implements Serializable { /** * Name of the parameter used to transmit the push connection identifier. + * + * @since 8.0.6 */ public static final String PUSH_ID_PARAMETER = "v-pushId"; |