diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-30 16:28:09 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-08-31 11:06:45 +0300 |
commit | 1f52d70729cf11beb447e4a240bbc215b81d68bc (patch) | |
tree | 8e2c71943c4098100e74b97b59f5d0a061e169d6 /server | |
parent | 1921394b57526d04059d9768e4162405c63d853b (diff) | |
download | vaadin-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.java | 4 |
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 |