diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/RandomLayoutStress.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/RandomLayoutStress.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/RandomLayoutStress.java b/uitest/src/com/vaadin/tests/RandomLayoutStress.java index f6a3598bde..cda69a0707 100644 --- a/uitest/src/com/vaadin/tests/RandomLayoutStress.java +++ b/uitest/src/com/vaadin/tests/RandomLayoutStress.java @@ -42,7 +42,7 @@ import com.vaadin.ui.VerticalLayout; * @author Vaadin Ltd. * */ -public class RandomLayoutStress extends com.vaadin.Application { +public class RandomLayoutStress extends com.vaadin.LegacyApplication { private final Random seededRandom = new Random(1); |