You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@locus.apache.org on 2000/04/25 20:28:20 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java

mandar      00/04/25 11:28:20

  Modified:    src/share/org/apache/jasper/compiler Compiler.java
  Log:
  Oops! forgot to change Compiler.java. This might have broken
  the build.
  
  Revision  Changes    Path
  1.15      +5 -4      jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java
  
  Index: Compiler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Compiler.java	2000/04/05 03:16:15	1.14
  +++ Compiler.java	2000/04/25 18:28:20	1.15
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java,v 1.14 2000/04/05 03:16:15 costin Exp $
  - * $Revision: 1.14 $
  - * $Date: 2000/04/05 03:16:15 $
  + * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/Compiler.java,v 1.15 2000/04/25 18:28:20 mandar Exp $
  + * $Revision: 1.15 $
  + * $Date: 2000/04/25 18:28:20 $
    *
    * ====================================================================
    * 
  @@ -305,7 +305,8 @@
       /**
        * Change the encoding for the reader if specified.
        */
  -    public String changeEncodingIfNecessary(JspReader tmpReader) {
  +    public String changeEncodingIfNecessary(JspReader tmpReader)
  +    throws ParseException {
   
   	// A lot of code replicated from Parser.java
   	// Main aim is to "get-it-to-work".