From 00863079b2fda73b5737de747fb10a4570dd9557 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 6 Nov 2012 18:11:50 +0200 Subject: Moved classes from com.vaadin to com.vaadin.server (#10145) Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad --- .../server/TestAbstractApplicationServletStaticFilesLocation.java | 1 - .../src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java | 2 +- .../com/vaadin/tests/server/component/window/AddRemoveSubWindow.java | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'server/tests/src') diff --git a/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java b/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java index cd64622392..5f9269c6e3 100644 --- a/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java +++ b/server/tests/src/com/vaadin/server/TestAbstractApplicationServletStaticFilesLocation.java @@ -13,7 +13,6 @@ import javax.servlet.http.HttpServletRequest; import junit.framework.TestCase; -import com.vaadin.DefaultDeploymentConfiguration; public class TestAbstractApplicationServletStaticFilesLocation extends TestCase { diff --git a/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java b/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java index 82b9944371..71749ed964 100644 --- a/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java +++ b/server/tests/src/com/vaadin/tests/server/component/ui/CustomUIClassLoader.java @@ -8,7 +8,7 @@ import junit.framework.TestCase; import org.easymock.EasyMock; -import com.vaadin.DefaultDeploymentConfiguration; +import com.vaadin.server.DefaultDeploymentConfiguration; import com.vaadin.server.DefaultUIProvider; import com.vaadin.server.DeploymentConfiguration; import com.vaadin.server.UIClassSelectionEvent; diff --git a/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java b/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java index 0ba1ce0859..031b332ee7 100644 --- a/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java +++ b/server/tests/src/com/vaadin/tests/server/component/window/AddRemoveSubWindow.java @@ -6,7 +6,7 @@ import static org.junit.Assert.assertTrue; import org.junit.Test; -import com.vaadin.LegacyApplication; +import com.vaadin.server.LegacyApplication; import com.vaadin.server.VaadinServiceSession; import com.vaadin.ui.LegacyWindow; import com.vaadin.ui.UI; -- cgit v1.2.3