diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-07 13:47:51 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-07 13:48:25 +0300 |
commit | 7cf781eaf62f145d96a562c945232c32c74df263 (patch) | |
tree | 0584391263c86f657a8bf9065fd92d11c54030d5 /uitest/src/com/vaadin/tests/TreeFilesystemContainer.java | |
parent | cf99cbc9e1f556fa89f5b1ced39eaca3f119f733 (diff) | |
download | vaadin-framework-7cf781eaf62f145d96a562c945232c32c74df263.tar.gz vaadin-framework-7cf781eaf62f145d96a562c945232c32c74df263.zip |
Rename Application back to LegacyApplication (#9402)
Diffstat (limited to 'uitest/src/com/vaadin/tests/TreeFilesystemContainer.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/TreeFilesystemContainer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TreeFilesystemContainer.java b/uitest/src/com/vaadin/tests/TreeFilesystemContainer.java index 2b3133c748..deeb22cb5b 100644 --- a/uitest/src/com/vaadin/tests/TreeFilesystemContainer.java +++ b/uitest/src/com/vaadin/tests/TreeFilesystemContainer.java @@ -41,7 +41,7 @@ import com.vaadin.ui.VerticalLayout; * @since 4.0.0 * */ -public class TreeFilesystemContainer extends com.vaadin.Application implements +public class TreeFilesystemContainer extends com.vaadin.LegacyApplication implements Listener { // Filesystem explorer panel and it's components |