From: Leif Åstrand Date: Thu, 28 Jun 2012 08:52:03 +0000 (+0300) Subject: Define what initialization corresponds to init method in javadoc (#9044) X-Git-Tag: 7.0.0.alpha3~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d9822150a389d97c50d9321752b5054ade336d5b;p=vaadin-framework.git Define what initialization corresponds to init method in javadoc (#9044) --- diff --git a/src/com/vaadin/annotations/JavaScript.java b/src/com/vaadin/annotations/JavaScript.java index 3abe7467ba..065c37b78d 100644 --- a/src/com/vaadin/annotations/JavaScript.java +++ b/src/com/vaadin/annotations/JavaScript.java @@ -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@ diff --git a/src/com/vaadin/annotations/StyleSheet.java b/src/com/vaadin/annotations/StyleSheet.java index 7056853ff4..f8bf635474 100644 --- a/src/com/vaadin/annotations/StyleSheet.java +++ b/src/com/vaadin/annotations/StyleSheet.java @@ -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@