diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java index 18267e90b6..3980cbd4de 100644 --- a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java +++ b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java @@ -25,7 +25,7 @@ public class LazyInitUIs extends AbstractTestApplication { addUIProvider(new UIProvider() { @Override - public UI instantiateUI(Application application, + public UI createInstance(Application application, Class<? extends UI> type, WrappedRequest request) { return getUI(request); } |