This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch dev/2.0.0-M2 in repository https://gitbox.apache.org/repos/asf/isis.git
commit b17393b11858e64ca72f3b6a5075067749a8f8e6 Author: Andi Huber <[email protected]> AuthorDate: Sun Oct 29 10:25:52 2017 +0100 ISIS-1756 - fix typo --- .../org/apache/isis/core/webapp/jee/IsisDomainAppLifecycleBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/runtime/src/main/java/org/apache/isis/core/webapp/jee/IsisDomainAppLifecycleBean.java b/core/runtime/src/main/java/org/apache/isis/core/webapp/jee/IsisDomainAppLifecycleBean.java index 07881e3..416b11f 100644 --- a/core/runtime/src/main/java/org/apache/isis/core/webapp/jee/IsisDomainAppLifecycleBean.java +++ b/core/runtime/src/main/java/org/apache/isis/core/webapp/jee/IsisDomainAppLifecycleBean.java @@ -55,7 +55,7 @@ public class IsisDomainAppLifecycleBean { @PreDestroy public void destroy() { IsisContext.destroy(); - log.info("detroyed."); + log.info("destroyed."); } } -- To stop receiving notification emails like this one, please contact [email protected].
