summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-08-30 16:28:09 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2012-08-31 11:06:45 +0300
commit1f52d70729cf11beb447e4a240bbc215b81d68bc (patch)
tree8e2c71943c4098100e74b97b59f5d0a061e169d6 /server
parent1921394b57526d04059d9768e4162405c63d853b (diff)
downloadvaadin-framework-1f52d70729cf11beb447e4a240bbc215b81d68bc.tar.gz
vaadin-framework-1f52d70729cf11beb447e4a240bbc215b81d68bc.zip
Change a Vaadin6Component mention in a javadoc to LegacyComponent
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/GlobalResourceHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/com/vaadin/server/GlobalResourceHandler.java b/server/src/com/vaadin/server/GlobalResourceHandler.java
index f3a72a0efc..441d884f58 100644
--- a/server/src/com/vaadin/server/GlobalResourceHandler.java
+++ b/server/src/com/vaadin/server/GlobalResourceHandler.java
@@ -123,8 +123,8 @@ public class GlobalResourceHandler implements RequestHandler {
/**
* Registers a resource to be served with a global URL.
* <p>
- * A {@link ConnectorResource} registered for a {@link Vaadin6Component}
- * will be set to be served with a global URL. Other resource types will be
+ * A {@link ConnectorResource} registered for a {@link LegacyComponent} will
+ * be set to be served with a global URL. Other resource types will be
* ignored and thus not served by this handler.
*
* @param resource