From: markt Date: Thu, 19 May 2011 13:33:12 +0000 (+0000) Subject: Fix copy/paste error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d25628ac29523f720c6521922b5e33875223a04b;p=tomcat7.0 Fix copy/paste error git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124757 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/Generator.java b/java/org/apache/jasper/compiler/Generator.java index 4ffe988b6..ff11e41d3 100644 --- a/java/org/apache/jasper/compiler/Generator.java +++ b/java/org/apache/jasper/compiler/Generator.java @@ -78,7 +78,7 @@ class Generator { private static final String VAR_INSTANCEMANAGER = System.getProperty("org.apache.jasper.compiler.Generator.VAR_INSTANCEMANAGER", "_jsp_instancemanager"); private static final boolean POOL_TAGS_WITH_EXTENDS = - Boolean.getBoolean("org.apache.jasper.compiler.Generator.VAR_EXPRESSIONFACTORY"); + Boolean.getBoolean("org.apache.jasper.compiler.Generator.POOL_TAGS_WITH_EXTENDS"); /* System property that controls if the requirement to have the object * used in jsp:getProperty action to be previously "introduced"