markt       2004/01/03 04:12:21

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        ParserController.java
  Log:
  - Small typo in previous commit highlighted by Eclipse. The previous version of this 
line had no effect.
  
  Revision  Changes    Path
  1.49      +1 -1      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ParserController.java
  
  Index: ParserController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ParserController.java,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- ParserController.java     4 Dec 2003 22:57:45 -0000       1.48
  +++ ParserController.java     3 Jan 2004 12:12:21 -0000       1.49
  @@ -192,7 +192,7 @@
        isEncodingSpecifiedInProlog = false;
        isDefaultPageEncoding = false;
           this.isTagFile = isTagFile;
  -        this.directiveOnly = directiveOnly;
  +        this.directiveOnly = directivesOnly;
   
        JarFile jarFile = getJarFile(jarFileUrl);
        String absFileName = resolveFileName(inFileName);
  
  
  

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

Reply via email to