You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@locus.apache.org on 2000/02/23 18:47:37 UTC

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

rubys       00/02/23 09:47:37

  Modified:    src/share/org/apache/jasper/compiler
                        CommandLineCompiler.java
  Log:
  Update to match the latest Compiler.java interface
  
  Revision  Changes    Path
  1.4       +4 -4      jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java
  
  Index: CommandLineCompiler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CommandLineCompiler.java	2000/02/14 06:15:11	1.3
  +++ CommandLineCompiler.java	2000/02/23 17:47:36	1.4
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java,v 1.3 2000/02/14 06:15:11 shemnon Exp $
  - * $Revision: 1.3 $
  - * $Date: 2000/02/14 06:15:11 $
  + * $Header: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/compiler/CommandLineCompiler.java,v 1.4 2000/02/23 17:47:36 rubys Exp $
  + * $Revision: 1.4 $
  + * $Date: 2000/02/23 17:47:36 $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -117,7 +117,7 @@
        * Always outDated.  (Of course we are, this is an explicit invocation
        *@returns true
        */
  -    protected boolean isOutDated() {
  +    public boolean isOutDated() {
           return true;
       };