aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/annotations/JavaScript.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/annotations/JavaScript.java')
-rw-r--r--src/com/vaadin/annotations/JavaScript.java4
1 files changed, 2 insertions, 2 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@