From a9ff7993c2f0e3f3412ef68a236aa2eb02385c64 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 5 Jun 2013 15:15:53 +0300 Subject: Don't use the broken {@value Type#CONSTANT} pattern in javadocs Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9 --- client/src/com/vaadin/client/ApplicationConfiguration.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'client/src') diff --git a/client/src/com/vaadin/client/ApplicationConfiguration.java b/client/src/com/vaadin/client/ApplicationConfiguration.java index 9152e5ab23..a1f2e4f30e 100644 --- a/client/src/com/vaadin/client/ApplicationConfiguration.java +++ b/client/src/com/vaadin/client/ApplicationConfiguration.java @@ -232,9 +232,8 @@ public class ApplicationConfiguration implements EntryPoint { /** * Checks whether path info in requests to the server-side service should be - * in a request parameter (named - * {@value ApplicationConstants#V_RESOURCE_PATH}) or appended to the end of - * the service URL. + * in a request parameter (named v-resourcePath) or appended to + * the end of the service URL. * * @see #getServiceUrl() * @@ -253,9 +252,8 @@ public class ApplicationConfiguration implements EntryPoint { /** * Gets the URL to the server-side VaadinService. If * {@link #useServiceUrlPathParam()} return true, the requested - * path info should be in the {@value ApplicationConstants#V_RESOURCE_PATH} - * query parameter; else the path info should be appended to the end of the - * URL. + * path info should be in the v-resourcePath query parameter; + * else the path info should be appended to the end of the URL. * * @see #useServiceUrlPathParam() * -- cgit v1.2.3