This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch 2033-IoC
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/2033-IoC by this push:
     new 73af8af  ISIS-2033: minor: removes comment
73af8af is described below

commit 73af8afd5a10c925f242d8d8a83ca56a752d05c1
Author: Andi Huber <[email protected]>
AuthorDate: Tue Jan 29 08:39:01 2019 +0100

    ISIS-2033: minor: removes comment
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-2033
---
 .../java/org/apache/isis/core/webapp/IsisWebAppContextListener.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/core/runtime/src/main/java/org/apache/isis/core/webapp/IsisWebAppContextListener.java
 
b/core/runtime/src/main/java/org/apache/isis/core/webapp/IsisWebAppContextListener.java
index 35ff7b5..4ef3885 100644
--- 
a/core/runtime/src/main/java/org/apache/isis/core/webapp/IsisWebAppContextListener.java
+++ 
b/core/runtime/src/main/java/org/apache/isis/core/webapp/IsisWebAppContextListener.java
@@ -81,9 +81,6 @@ public class IsisWebAppContextListener implements 
ServletContextListener {
         
         LOG.info("=== PHASE 2 === Preparing the ServletContext");
         
-        //[2039] environment priming no longer supported
-        
//_Config.acceptBuilder(IsisContext.EnvironmentPrimer::primeEnvironment);
-        
         final WebModuleContext webModuleContext = new 
WebModuleContext(servletContext);
         
         final List<WebModule> webModules =

Reply via email to