diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-03-30 10:39:51 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-03-30 11:20:55 +0300 |
commit | 1f83a7d55c2531411478c815c90aef5e9d717184 (patch) | |
tree | 30d9073f5d58b81d2bdec641b65d4a729a15ceaf /shared | |
parent | f91410e04b99a7f31b5107aa91bbd029606cc921 (diff) | |
download | vaadin-framework-1f83a7d55c2531411478c815c90aef5e9d717184.tar.gz vaadin-framework-1f83a7d55c2531411478c815c90aef5e9d717184.zip |
Add missing @since for 8.0.5 and 7.7.88.0.5
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/ApplicationConstants.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java b/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java index 71b39c105c..6e79627095 100644 --- a/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java +++ b/shared/src/main/java/com/vaadin/shared/ApplicationConstants.java @@ -80,7 +80,7 @@ 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"; @@ -174,6 +174,8 @@ public class ApplicationConstants implements Serializable { /** * Content type to use for text/html responses (should always be UTF-8). + * + * @since 7.7.8 */ public static final String CONTENT_TYPE_TEXT_HTML_UTF_8 = "text/html; charset=utf-8"; |