You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mo...@apache.org on 2001/09/24 14:31:42 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ClassGenerator.java

morten      01/09/24 05:31:42

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util
                        ClassGenerator.java
  Log:
  Forgot this file in my last update.
  Submitted by:	morten@xml.apache.org
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java
  
  Index: ClassGenerator.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassGenerator.java	2001/08/27 09:07:21	1.2
  +++ ClassGenerator.java	2001/09/24 12:31:42	1.3
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: ClassGenerator.java,v 1.2 2001/08/27 09:07:21 morten Exp $
  + * @(#)$Id: ClassGenerator.java,v 1.3 2001/09/24 12:31:42 morten Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -104,7 +104,7 @@
   	_parser = stylesheet.getParser();
   	_aloadTranslet = new ALOAD(TRANSLET_INDEX);
   	
  -	if (stylesheet.isMultiDOM()) {
  +	if (stylesheet.isMultiDocument()) {
   	    _domClass = "org.apache.xalan.xsltc.dom.MultiDOM";
   	    _domClassSig = "Lorg/apache/xalan/xsltc/dom/MultiDOM;";
   	}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org