From ba70cea7d415f6bd2248db7547828c25a7ff002f Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Mon, 30 Nov 2009 12:52:30 +0000 Subject: [PATCH] Spelling correction in widgetset GWT generator svn changeset:10105/svn branch:6.2 --- .../gwt/widgetsetutils/WidgetMapGenerator.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java index bc2e99732b..fa55c7c2ff 100644 --- a/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java +++ b/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java @@ -21,7 +21,7 @@ import com.vaadin.ui.ClientWidget; /** * GWT generator to build WidgetMapImpl dynamically based on * {@link ClientWidget} annotations available in workspace. - * + * */ public class WidgetMapGenerator extends Generator { @@ -50,7 +50,7 @@ public class WidgetMapGenerator extends Generator { /** * Generate source code for WidgetMapImpl - * + * * @param logger * Logger object * @param context @@ -67,7 +67,7 @@ public class WidgetMapGenerator extends Generator { } logger .log(Type.INFO, - "Detecting vaading components in classpath to generate WidgetMapImpl.java ..."); + "Detecting Vaadin components in classpath to generate WidgetMapImpl.java ..."); Date date = new Date(); // init composer, set class properties, create source writer @@ -100,7 +100,7 @@ public class WidgetMapGenerator extends Generator { /** * Verifies that all client side components are available for client side * GWT module. - * + * * @param logger * @param context * @param paintablesHavingWidgetAnnotation @@ -143,7 +143,7 @@ public class WidgetMapGenerator extends Generator { * from widgetset. Properties in gwt.xml is one option. Now only possible by * extending this class, overriding getUsedPaintables() method and * redefining deferred binding rule. - * + * * @return a collections of Vaadin components that will be added to * widgetset */ @@ -183,7 +183,7 @@ public class WidgetMapGenerator extends Generator { } /** - * + * * @param sourceWriter * Source writer to output source code * @param paintablesHavingWidgetAnnotation -- 2.39.5