You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/10/09 19:42:27 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java

larryi      01/10/09 10:42:27

  Modified:    src/share/org/apache/tomcat/modules/config
                        LoaderInterceptor11.java
  Log:
  Fix cut&paste error.
  
  Revision  Changes    Path
  1.22      +2 -2      jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LoaderInterceptor11.java
  
  Index: LoaderInterceptor11.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LoaderInterceptor11.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- LoaderInterceptor11.java	2001/09/29 21:47:12	1.21
  +++ LoaderInterceptor11.java	2001/10/09 17:42:27	1.22
  @@ -121,8 +121,8 @@
   	Defaults to jaxp.jar:crimson.jar:xalan.jar:xerces.jar,
   	it'll match either crimson or xerces.
        */
  -    public void setJaxpJars(String dir ) {
  -	jaxpDir=dir;
  +    public void setJaxpJars(String jars ) {
  +	jaxpJarsS=jars;
       }
   
       /** Check if the webapp contains jaxp , and add one if not.