]> source.dussan.org Git - vaadin-framework.git/commitdiff
Define what initialization corresponds to init method in javadoc (#9044)
authorLeif Åstrand <leif@vaadin.com>
Thu, 28 Jun 2012 08:52:03 +0000 (11:52 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 28 Jun 2012 08:52:14 +0000 (11:52 +0300)
src/com/vaadin/annotations/JavaScript.java
src/com/vaadin/annotations/StyleSheet.java

index 3abe7467ba53268f1d1e1ef1e59a2b888aba590e..065c37b78d3889330f126951057ed48b395d320c 100644 (file)
@@ -13,8 +13,8 @@ import com.vaadin.terminal.gwt.server.ClientConnector;
 
 /**
  * If this annotation is present on a {@link ClientConnector} class, the
- * framework ensures the referenced JavaScript files are loaded before the
- * corresponding client-side connector is initialized.
+ * framework ensures the referenced JavaScript files are loaded before the init
+ * method for the corresponding client-side connector is invoked.
  * 
  * @author Vaadin Ltd
  * @version @VERSION@
index 7056853ff4c879ac1c898ef9214a0aa5fcb7baf4..f8bf6354741e30af80e11e0186647edb1bdb9ade 100644 (file)
@@ -13,8 +13,8 @@ import com.vaadin.terminal.gwt.server.ClientConnector;
 
 /**
  * If this annotation is present on a {@link ClientConnector} class, the
- * framework ensures the referenced style sheets are loaded before the
- * corresponding client-side connector is initialized.
+ * framework ensures the referenced style sheets are loaded before the init
+ * method for the corresponding client-side connector is invoked.
  * 
  * @author Vaadin Ltd
  * @version @VERSION@