diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-30 17:02:08 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-30 17:02:08 +0300 |
commit | 8941056349e302e687e40e94c13709e75f256d73 (patch) | |
tree | 34e0d95656ddb607792c849a203c4da6ead06421 /server/src/com/vaadin/ui | |
parent | c6112a24777ce7f6b708039e16909ed939014ca4 (diff) | |
download | vaadin-framework-8941056349e302e687e40e94c13709e75f256d73.tar.gz vaadin-framework-8941056349e302e687e40e94c13709e75f256d73.zip |
Reformatted project
Diffstat (limited to 'server/src/com/vaadin/ui')
-rw-r--r-- | server/src/com/vaadin/ui/AbstractJavaScriptComponent.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java b/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java index 3b80ac1f68..47420334d7 100644 --- a/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java +++ b/server/src/com/vaadin/ui/AbstractJavaScriptComponent.java @@ -35,9 +35,9 @@ import com.vaadin.shared.ui.JavaScriptComponentState; * <code>com_example_MyComponent</code> has not been defined. * <p> * JavaScript components have a very simple GWT widget ( - * {@link com.vaadin.client.ui.JavaScriptWidget} ) just consisting - * of a <code>div</code> element to which the JavaScript code should initialize - * its own user interface. + * {@link com.vaadin.client.ui.JavaScriptWidget} ) just consisting of a + * <code>div</code> element to which the JavaScript code should initialize its + * own user interface. * <p> * The initialization function will be called with <code>this</code> pointing to * a connector wrapper object providing integration to Vaadin with the following @@ -80,8 +80,7 @@ import com.vaadin.shared.ui.JavaScriptComponentState; * functions is described bellow.</li> * <li><code>translateVaadinUri(uri)</code> - Translates a Vaadin URI to a URL * that can be used in the browser. This is just way of accessing - * {@link com.vaadin.client.ApplicationConnection#translateVaadinUri(String)} - * </li> + * {@link com.vaadin.client.ApplicationConnection#translateVaadinUri(String)}</li> * </ul> * The connector wrapper also supports these special functions: * <ul> |