aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-03 16:57:09 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-03 16:57:09 +0300
commitad7de55aec35414086a500e6f234b17827bd52a3 (patch)
tree3ab1434661ee4dbb7c5f48ff7cb762984d6edae1 /uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java
parent727dc542346f12704d327708a78b185cd06f0e1d (diff)
downloadvaadin-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.java2
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);
}