summaryrefslogtreecommitdiffstats
path: root/tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-29 12:22:31 +0300
committerArtur Signell <artur@vaadin.com>2012-08-29 12:22:31 +0300
commit63595217a224b9fbc6de4b8bdc2e6b317e0558d5 (patch)
tree9d7bcafc23ef5f4c6aad8bca6555fc04396aa1c6 /tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
parente18177bac62e8367829dfc5ec3083a09973e621e (diff)
downloadvaadin-framework-63595217a224b9fbc6de4b8bdc2e6b317e0558d5.tar.gz
vaadin-framework-63595217a224b9fbc6de4b8bdc2e6b317e0558d5.zip
Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)
Diffstat (limited to 'tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java')
-rw-r--r--tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java b/tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
index b4a339c97f..e05979ede0 100644
--- a/tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
+++ b/tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
@@ -31,10 +31,10 @@ import javax.servlet.http.HttpServletResponse;
import com.vaadin.Application;
import com.vaadin.UIRequiresMoreInformationException;
+import com.vaadin.server.AbstractApplicationServlet;
import com.vaadin.server.AbstractUIProvider;
+import com.vaadin.server.WrappedHttpServletRequest;
import com.vaadin.server.WrappedRequest;
-import com.vaadin.terminal.gwt.server.AbstractApplicationServlet;
-import com.vaadin.terminal.gwt.server.WrappedHttpServletRequest;
import com.vaadin.tests.components.TestBase;
import com.vaadin.ui.UI;