summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-06-05 15:15:53 +0300
committerVaadin Code Review <review@vaadin.com>2013-06-05 12:18:23 +0000
commita9ff7993c2f0e3f3412ef68a236aa2eb02385c64 (patch)
tree9741381f4f2b8f260796c1bfcaa57d2c22cdcf33 /shared
parentb0574f7b33c4d3d437c8c11cd53389e5522f6999 (diff)
downloadvaadin-framework-a9ff7993c2f0e3f3412ef68a236aa2eb02385c64.tar.gz
vaadin-framework-a9ff7993c2f0e3f3412ef68a236aa2eb02385c64.zip
Don't use the broken {@value Type#CONSTANT} pattern in javadocs
Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ApplicationConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/src/com/vaadin/shared/ApplicationConstants.java b/shared/src/com/vaadin/shared/ApplicationConstants.java
index e51139dac7..15b81cd9a4 100644
--- a/shared/src/com/vaadin/shared/ApplicationConstants.java
+++ b/shared/src/com/vaadin/shared/ApplicationConstants.java
@@ -48,6 +48,7 @@ public class ApplicationConstants implements Serializable {
public static final String SERVICE_URL_PATH_AS_PARAMETER = "usePathParameter";
+ // Javadocs in ApplicationConfiguration should be updated if this is changed
public static final String V_RESOURCE_PATH = "v-resourcePath";
@Deprecated