diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/tickets/Ticket2282.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/tickets/Ticket2282.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/tickets/Ticket2282.java b/uitest/src/com/vaadin/tests/tickets/Ticket2282.java index b805f2403c..8f6da9ffc5 100644 --- a/uitest/src/com/vaadin/tests/tickets/Ticket2282.java +++ b/uitest/src/com/vaadin/tests/tickets/Ticket2282.java @@ -1,13 +1,13 @@ package com.vaadin.tests.tickets; -import com.vaadin.Application; +import com.vaadin.LegacyApplication; import com.vaadin.ui.Button; import com.vaadin.ui.Button.ClickEvent; import com.vaadin.ui.FormLayout; import com.vaadin.ui.Label; import com.vaadin.ui.UI.LegacyWindow; -public class Ticket2282 extends Application { +public class Ticket2282 extends LegacyApplication { private FormLayout layout1; private FormLayout layout2; |