]> source.dussan.org Git - vaadin-framework.git/commitdiff
Change a Vaadin6Component mention in a javadoc to LegacyComponent
authorJohannes Dahlström <johannesd@vaadin.com>
Thu, 30 Aug 2012 13:28:09 +0000 (16:28 +0300)
committerJohannes Dahlström <johannesd@vaadin.com>
Fri, 31 Aug 2012 08:06:45 +0000 (11:06 +0300)
server/src/com/vaadin/server/GlobalResourceHandler.java

index f3a72a0efc1fccec7fa9350ab1978d56e4d7256a..441d884f58bb6b2d540568553a42b4663d576e52 100644 (file)
@@ -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