You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2003/08/05 23:17:48 UTC

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

luehe       2003/08/05 14:17:48

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        ParserController.java
  Log:
  Removed unused constant
  
  Revision  Changes    Path
  1.44      +0 -6      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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- ParserController.java	28 Jul 2003 18:47:30 -0000	1.43
  +++ ParserController.java	5 Aug 2003 21:17:48 -0000	1.44
  @@ -95,12 +95,6 @@
        */
       private Stack baseDirStack = new Stack();
       
  -    /*
  -     * Static information used in the process of figuring out
  -     * the kind of document we're dealing with.
  -     */
  -    private static final String JSP_ROOT_TAG = "<jsp:root";
  -
       private boolean isEncodingSpecifiedInProlog;
   
       private String sourceEnc;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org