aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2012-09-04 12:10:27 +0300
committerJohn Ahlroos <john@vaadin.com>2012-09-04 12:10:27 +0300
commitf00dec63feef91038a2ba8b4a00c0b7810bb569e (patch)
tree8836f9d42a13a3dbae186420e587ffba4dabc13a /uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java
parentea82c990660756eef940b98af66d8ff89259a518 (diff)
parentad7de55aec35414086a500e6f234b17827bd52a3 (diff)
downloadvaadin-framework-f00dec63feef91038a2ba8b4a00c0b7810bb569e.tar.gz
vaadin-framework-f00dec63feef91038a2ba8b4a00c0b7810bb569e.zip
Merge branch 'master' into layoutgraph
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);
}