From: markt Date: Thu, 11 Jun 2009 20:23:37 +0000 (+0000) Subject: Remove some experimental code X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=40eb9bc9438bb5943de5a6bad9431354830ac641;p=tomcat7.0 Remove some experimental code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783894 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/StandardContext.java b/java/org/apache/catalina/core/StandardContext.java index a7f68d2af..a584d43d4 100644 --- a/java/org/apache/catalina/core/StandardContext.java +++ b/java/org/apache/catalina/core/StandardContext.java @@ -669,8 +669,6 @@ public class StandardContext protected int cacheTTL = 5000; - private boolean lazy=true; - /** * Non proxied resources. */ @@ -1361,16 +1359,6 @@ public class StandardContext } - // experimental - public boolean isLazy() { - return lazy; - } - - public void setLazy(boolean lazy) { - this.lazy = lazy; - } - - /** * Return descriptive information about this Container implementation and * the corresponding version number, in the format