]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected invalid method reference in javadoc
authorArtur Signell <artur@vaadin.com>
Tue, 28 Feb 2012 16:29:44 +0000 (18:29 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 28 Feb 2012 16:29:44 +0000 (18:29 +0200)
src/com/vaadin/terminal/gwt/client/Connector.java

index 6f568d8fd937fd53462cf43d7d20c8d9b9afca53..eee525865bd7933a397897988e6b559a182b03d2 100644 (file)
@@ -41,7 +41,7 @@ public interface Connector {
 
     /**
      * Returns the id for this connector. This must always be what has been set
-     * in {@link #init(String, ApplicationConnection)} and must never change.
+     * in {@link #doInit(String, ApplicationConnection)} and must never change.
      * 
      * @return The id for the connector.
      */
@@ -51,7 +51,7 @@ public interface Connector {
      * Gets ApplicationConnection instance that created this connector.
      * 
      * @return The ApplicationConnection as set by
-     *         {@link #init(String, ApplicationConnection)}
+     *         {@link #doInit(String, ApplicationConnection)}
      */
     public ApplicationConnection getConnection();