diff options
author | Henri Sara <hesara@vaadin.com> | 2017-03-21 09:55:59 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-03-21 10:31:59 +0200 |
commit | 627f7a111c024eb64543b8eef99e4b2ea8dc3bce (patch) | |
tree | 9eb41bb798169e8892b365c208db445ab609dceb /shared | |
parent | df56703f05b751e33ea447f537abe50120ddea23 (diff) | |
download | vaadin-framework-627f7a111c024eb64543b8eef99e4b2ea8dc3bce.tar.gz vaadin-framework-627f7a111c024eb64543b8eef99e4b2ea8dc3bce.zip |
Add more 8.0.3 since tags
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ApplicationConstants.java | 4 |
1 files changed, 4 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 8cf30e43b5..3a2b8b2b13 100644 --- a/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java @@ -37,6 +37,8 @@ public class ApplicationConstants implements Serializable { public static final String VAADIN_PROTOCOL_PREFIX = "vaadin://"; /** * An internal protocol used for referencing the application context path. + * + * @since 8.0.3 */ public static final String CONTEXT_PROTOCOL_PREFIX = "context://"; public static final String FONTICON_PROTOCOL_PREFIX = "fonticon://"; @@ -78,6 +80,8 @@ public class ApplicationConstants implements Serializable { /** * Configuration parameter giving the (in some cases relative) URL to the * web application context root. + * + * @since 8.0.3 */ public static final String CONTEXT_ROOT_URL = "contextRootUrl"; |