diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-10-31 15:01:43 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-11-02 09:28:36 +0000 |
commit | 4bbad2b320d4332e0e5e3fb03b4f37fcec1c6be7 (patch) | |
tree | 1419796b4c07edcb312de8f1cb5ac7323aafa719 /uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java | |
parent | 45c7d559f791060be0642b9b7c447107c07f2232 (diff) | |
download | vaadin-framework-4bbad2b320d4332e0e5e3fb03b4f37fcec1c6be7.tar.gz vaadin-framework-4bbad2b320d4332e0e5e3fb03b4f37fcec1c6be7.zip |
Move LegacyWindow to its own file (#9917)
Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java b/uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java index 1ef30ff6b0..007f3bbc2b 100644 --- a/uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java +++ b/uitest/src/com/vaadin/tests/components/table/ScrollCausesRequestLoop.java @@ -7,8 +7,8 @@ import com.vaadin.data.util.BeanItemContainer; import com.vaadin.tests.components.AbstractTestCase; import com.vaadin.tests.util.Person; import com.vaadin.ui.HorizontalLayout; +import com.vaadin.ui.LegacyWindow; import com.vaadin.ui.Table; -import com.vaadin.ui.UI.LegacyWindow; public class ScrollCausesRequestLoop extends AbstractTestCase { |