From 4bbad2b320d4332e0e5e3fb03b4f37fcec1c6be7 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Wed, 31 Oct 2012 15:01:43 +0200 Subject: Move LegacyWindow to its own file (#9917) Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5 --- uitest/src/com/vaadin/tests/TreeFilesystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uitest/src/com/vaadin/tests/TreeFilesystem.java') diff --git a/uitest/src/com/vaadin/tests/TreeFilesystem.java b/uitest/src/com/vaadin/tests/TreeFilesystem.java index 230d9441ad..8b85c98f6f 100644 --- a/uitest/src/com/vaadin/tests/TreeFilesystem.java +++ b/uitest/src/com/vaadin/tests/TreeFilesystem.java @@ -23,10 +23,10 @@ import com.vaadin.server.VaadinServiceSession; import com.vaadin.shared.ui.label.ContentMode; import com.vaadin.tests.util.SampleDirectory; import com.vaadin.ui.Label; +import com.vaadin.ui.LegacyWindow; import com.vaadin.ui.Panel; import com.vaadin.ui.Tree; import com.vaadin.ui.Tree.ExpandEvent; -import com.vaadin.ui.UI.LegacyWindow; /** * Browsable file explorer using Vaadin Tree component. Demonstrates: how to add -- cgit v1.2.3