You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/01/29 07:39:10 UTC

[isis] branch 2033-IoC updated: ISIS-2033: minor: removes comment

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 <ah...@apache.org>
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 =