diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-29 12:29:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-29 12:29:20 +0300 |
commit | f5f73df7937d6fc8008ae34cc5a7d39e60de266b (patch) | |
tree | 028a4ff386f0fdc8b166274138f376957ef0f0f2 /client-compiler/src/com/vaadin/tools | |
parent | 63595217a224b9fbc6de4b8bdc2e6b317e0558d5 (diff) | |
download | vaadin-framework-f5f73df7937d6fc8008ae34cc5a7d39e60de266b.tar.gz vaadin-framework-f5f73df7937d6fc8008ae34cc5a7d39e60de266b.zip |
Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetsetutils (#9431)
Diffstat (limited to 'client-compiler/src/com/vaadin/tools')
-rwxr-xr-x | client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java b/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java index 7e06dfc205..4de6847012 100755 --- a/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java +++ b/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java @@ -19,7 +19,7 @@ import java.lang.reflect.Method; import java.util.logging.Level; import java.util.logging.Logger; -import com.vaadin.terminal.gwt.widgetsetutils.WidgetSetBuilder; +import com.vaadin.server.widgetsetutils.WidgetSetBuilder; /** * A wrapper for the GWT 1.6 compiler that runs the compiler in a new thread. |