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 db46f49904..bc8ea14fd7 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.LegacyApplication { +public class RandomLayoutStress extends com.vaadin.server.LegacyApplication { private final Random seededRandom = new Random(1); |