summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tickets/Ticket2011.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/tickets/Ticket2011.java')
-rw-r--r--uitest/src/com/vaadin/tests/tickets/Ticket2011.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tickets/Ticket2011.java b/uitest/src/com/vaadin/tests/tickets/Ticket2011.java
index 0149084f0c..a272040435 100644
--- a/uitest/src/com/vaadin/tests/tickets/Ticket2011.java
+++ b/uitest/src/com/vaadin/tests/tickets/Ticket2011.java
@@ -2,8 +2,8 @@ package com.vaadin.tests.tickets;
import com.vaadin.LegacyApplication;
import com.vaadin.ui.GridLayout;
+import com.vaadin.ui.LegacyWindow;
import com.vaadin.ui.Select;
-import com.vaadin.ui.UI.LegacyWindow;
public class Ticket2011 extends LegacyApplication {