summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/LayoutDemo.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-07 13:47:51 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-07 13:48:25 +0300
commit7cf781eaf62f145d96a562c945232c32c74df263 (patch)
tree0584391263c86f657a8bf9065fd92d11c54030d5 /uitest/src/com/vaadin/tests/LayoutDemo.java
parentcf99cbc9e1f556fa89f5b1ced39eaca3f119f733 (diff)
downloadvaadin-framework-7cf781eaf62f145d96a562c945232c32c74df263.tar.gz
vaadin-framework-7cf781eaf62f145d96a562c945232c32c74df263.zip
Rename Application back to LegacyApplication (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/LayoutDemo.java')
-rw-r--r--uitest/src/com/vaadin/tests/LayoutDemo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/LayoutDemo.java b/uitest/src/com/vaadin/tests/LayoutDemo.java
index b20e0b9bc8..275ccf4d5d 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.Application {
+public class LayoutDemo extends com.vaadin.LegacyApplication {
/**
* Initialize Application. Demo components are added to main window.