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 --- uitest/src/com/vaadin/tests/LayoutDemo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest/src/com/vaadin/tests/LayoutDemo.java') diff --git a/uitest/src/com/vaadin/tests/LayoutDemo.java b/uitest/src/com/vaadin/tests/LayoutDemo.java index fbd6fd0821..b0492c22c1 100644 --- a/uitest/src/com/vaadin/tests/LayoutDemo.java +++ b/uitest/src/com/vaadin/tests/LayoutDemo.java @@ -37,7 +37,7 @@ import com.vaadin.ui.VerticalLayout; * @since 4.0.0 * */ -public class LayoutDemo extends com.vaadin.LegacyApplication { +public class LayoutDemo extends com.vaadin.server.LegacyApplication { /** * Initialize Application. Demo components are added to main window. -- cgit v1.2.3