aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-06-28 11:52:03 +0300
committerLeif Åstrand <leif@vaadin.com>2012-06-28 11:52:14 +0300
commitd9822150a389d97c50d9321752b5054ade336d5b (patch)
tree700de8537f217e9c76750cf962672e77f6bb6c20 /src
parent41ba62d05946c7aef3998b95c63dd09c6af75c69 (diff)
downloadvaadin-framework-d9822150a389d97c50d9321752b5054ade336d5b.tar.gz
vaadin-framework-d9822150a389d97c50d9321752b5054ade336d5b.zip
Define what initialization corresponds to init method in javadoc (#9044)
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/annotations/JavaScript.java4
-rw-r--r--src/com/vaadin/annotations/StyleSheet.java4
2 files changed, 4 insertions, 4 deletions
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@