summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
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