remm        2002/05/31 17:39:48

  Modified:    jasper2/src/share/org/apache/jasper
                        JspCompilationContext.java
  Log:
  - Remove useless method.
  
  Revision  Changes    Path
  1.3       +3 -14     
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JspCompilationContext.java        24 Apr 2002 02:21:05 -0000      1.2
  +++ JspCompilationContext.java        1 Jun 2002 00:39:48 -0000       1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
 1.2 2002/04/24 02:21:05 kinman Exp $
  - * $Revision: 1.2 $
  - * $Date: 2002/04/24 02:21:05 $
  + * $Header: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
 1.3 2002/06/01 00:39:48 remm Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/06/01 00:39:48 $
    *
    * ====================================================================
    * 
  @@ -112,20 +112,9 @@
       
       /**
        * The scratch directory to generate code into.
  -     *
  -     * FIXME: In some places this is called scratchDir and in some
  -     * other places it is called outputDir.
        */
       public String getOutputDir();
       
  -    /**
  -     * The scratch directory to generate code into for javac.
  -     *
  -     * FIXME: In some places this is called scratchDir and in some
  -     * other places it is called outputDir.
  -     */
  -    public String getJavacOutputDir();
  -
       /**
        * Path of the JSP URI. Note that this is not a file name. This is
        * the context rooted URI of the JSP file. 
  
  
  

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

Reply via email to