/[Apache-SVN]/tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime/JspFactoryImpl.java
ViewVC logotype

Diff of /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime/JspFactoryImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime/JspFactoryImpl.java	2005/12/21 13:07:07	358284
+++ tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime/JspFactoryImpl.java	2005/12/21 13:09:42	358285
@@ -41,7 +41,7 @@ public class JspFactoryImpl extends JspF
 
     private static final String SPEC_VERSION = "2.0";
     private static final boolean USE_POOL = 
-        Boolean.parseBoolean(System.getProperty("org.apache.jasper.runtime.JspFactoryImpl.USE_POOL", "true"));
+        Boolean.valueOf(System.getProperty("org.apache.jasper.runtime.JspFactoryImpl.USE_POOL", "true")).booleanValue();
 
     private SimplePool pool = new SimplePool(100);
     

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26