diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-08-31 12:14:52 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-08-31 19:00:01 +0300 |
commit | f85c152a48686a8a0dca38ca12b4f3509cac056f (patch) | |
tree | 3f4e9946dd30e0b12a3613dd8131540f561fa039 /uitest/src/com/vaadin/tests | |
parent | 8679f49c5e036d39d34a9fca8a907c4d19df21c9 (diff) | |
download | vaadin-framework-f85c152a48686a8a0dca38ca12b4f3509cac056f.tar.gz vaadin-framework-f85c152a48686a8a0dca38ca12b4f3509cac056f.zip |
Remove @EagerInit (#9445)
Diffstat (limited to 'uitest/src/com/vaadin/tests')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java index 4cd786593a..18267e90b6 100644 --- a/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java +++ b/uitest/src/com/vaadin/tests/components/ui/LazyInitUIs.java @@ -1,7 +1,6 @@ package com.vaadin.tests.components.ui; import com.vaadin.Application; -import com.vaadin.annotations.EagerInit; import com.vaadin.server.ExternalResource; import com.vaadin.server.UIProvider; import com.vaadin.server.WrappedRequest; @@ -13,7 +12,7 @@ import com.vaadin.ui.UI; public class LazyInitUIs extends AbstractTestApplication { - @EagerInit + // @EagerInit private static class EagerInitUI extends UI { @Override public void init(WrappedRequest request) { |