From d9822150a389d97c50d9321752b5054ade336d5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Thu, 28 Jun 2012 11:52:03 +0300 Subject: [PATCH] Define what initialization corresponds to init method in javadoc (#9044) --- src/com/vaadin/annotations/JavaScript.java | 4 ++-- src/com/vaadin/annotations/StyleSheet.java | 4 ++-- 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@ -- 2.39.5