diff options
author | Artur Signell <artur@vaadin.com> | 2012-06-28 10:52:17 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-06-28 16:49:51 +0300 |
commit | a90ab25c53099b21e81872aeded94bcb0fda9edf (patch) | |
tree | 5bf280fe33b916acbd2b934da347bfee6c380e1a /src/com/vaadin/tools/WidgetsetCompiler.java | |
parent | 5e46aa3dd23c194a741c4e7c6c5821b6eb3d7a2d (diff) | |
download | vaadin-framework-a90ab25c53099b21e81872aeded94bcb0fda9edf.tar.gz vaadin-framework-a90ab25c53099b21e81872aeded94bcb0fda9edf.zip |
Formatted all source files
Diffstat (limited to 'src/com/vaadin/tools/WidgetsetCompiler.java')
-rw-r--r-- | src/com/vaadin/tools/WidgetsetCompiler.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/vaadin/tools/WidgetsetCompiler.java b/src/com/vaadin/tools/WidgetsetCompiler.java index 407f0e2387..987fd8f734 100644 --- a/src/com/vaadin/tools/WidgetsetCompiler.java +++ b/src/com/vaadin/tools/WidgetsetCompiler.java @@ -31,7 +31,8 @@ import com.vaadin.terminal.gwt.widgetsetutils.WidgetSetBuilder; * included in the classpath, as well as the gwt-dev-[platform].jar and other * relevant JARs. * - * @deprecated with Java 6, can use com.google.gwt.dev.Compiler directly (also in Eclipse plug-in etc.) + * @deprecated with Java 6, can use com.google.gwt.dev.Compiler directly (also + * in Eclipse plug-in etc.) */ @Deprecated public class WidgetsetCompiler { |