remm        2002/10/28 23:24:41

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        ImplicitTagLibraryInfo.java
  Log:
  - Fix compilation problem.
  
  Revision  Changes    Path
  1.13      +4 -4      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java
  
  Index: ImplicitTagLibraryInfo.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ImplicitTagLibraryInfo.java       17 Oct 2002 20:43:06 -0000      1.12
  +++ ImplicitTagLibraryInfo.java       29 Oct 2002 07:24:41 -0000      1.13
  @@ -96,7 +96,7 @@
                                  String prefix,
                                  String tagdir,
                                  ErrorDispatcher err) throws JasperException {
  -        super(prefix, null, tagdir);
  +        super(prefix, tagdir);
        this.pc = pc;
        this.tagFileMap = new Hashtable();
        this.vec = new Vector();
  
  
  

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

Reply via email to