aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/annotations/JavaScript.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-11-20 15:24:46 +0200
committerLeif Åstrand <leif@vaadin.com>2012-11-21 10:45:02 +0200
commit62f8f102fab8933f2209b8aa7fe9b56ef3c7fa78 (patch)
treec73c0af1da735c79190a5d54206a92e9b653f692 /server/src/com/vaadin/annotations/JavaScript.java
parent600ec7d4ffcf019e77752185d0ce3c6ec04c520b (diff)
downloadvaadin-framework-62f8f102fab8933f2209b8aa7fe9b56ef3c7fa78.tar.gz
vaadin-framework-62f8f102fab8933f2209b8aa7fe9b56ef3c7fa78.zip
Rename DependencyResource to PublishedFile (#10224)
Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
Diffstat (limited to 'server/src/com/vaadin/annotations/JavaScript.java')
-rw-r--r--server/src/com/vaadin/annotations/JavaScript.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/annotations/JavaScript.java b/server/src/com/vaadin/annotations/JavaScript.java
index 1a2fdf7583..95e74ddc1a 100644
--- a/server/src/com/vaadin/annotations/JavaScript.java
+++ b/server/src/com/vaadin/annotations/JavaScript.java
@@ -29,7 +29,7 @@ import com.vaadin.server.ClientConnector;
* method for the corresponding client-side connector is invoked.
* <p>
* Absolute URLs including protocol and host are used as is on the client-side.
- * Relative urls are mapped to APP/CONNECTOR/[url] which are by default served
+ * Relative urls are mapped to APP/PUBLISHED/[url] which are by default served
* from the classpath relative to the class where the annotation is defined.
* <p>
* Example: {@code @JavaScript( "http://host.com/file1.js", "file2.js"})} on the