Author: remm
Date: Tue Sep 19 07:32:28 2006
New Revision: 447859

URL: http://svn.apache.org/viewvc?view=rev&rev=447859
Log:
Grrrrr++.

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Compiler.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Compiler.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Compiler.java?view=diff&rev=447859&r1=447858&r2=447859
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Compiler.java 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Compiler.java Tue Sep 
19 07:32:28 2006
@@ -129,9 +129,9 @@
         if (jspProperty.getIncludeCoda() != null) {
             pageInfo.setIncludeCoda(jspProperty.getIncludeCoda());
         }
-        if (jspProperty.isDeferedSyntaxAllowedAsLitteral() != null) {
+        if (jspProperty.isDeferedSyntaxAllowedAsLiteral() != null) {
             
pageInfo.setDeferredSyntaxAllowedAsLiteral(JspUtil.booleanValue(jspProperty
-                    .isDeferedSyntaxAllowedAsLitteral()));
+                    .isDeferedSyntaxAllowedAsLiteral()));
         }
         if (jspProperty.isTrimDirectiveWhitespaces() != null) {
             
pageInfo.setTrimDirectiveWhitespaces(JspUtil.booleanValue(jspProperty



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to