diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-03 16:57:09 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-03 16:57:09 +0300 |
commit | ad7de55aec35414086a500e6f234b17827bd52a3 (patch) | |
tree | 3ab1434661ee4dbb7c5f48ff7cb762984d6edae1 /uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java | |
parent | 727dc542346f12704d327708a78b185cd06f0e1d (diff) | |
download | vaadin-framework-ad7de55aec35414086a500e6f234b17827bd52a3.tar.gz vaadin-framework-ad7de55aec35414086a500e6f234b17827bd52a3.zip |
Rename UIProvider.instantiateUI -> createInstance (#8159)
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); } |