You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/08/29 23:23:08 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XalanTransformer.hpp

dbertoni    01/08/29 14:23:07

  Modified:    c/src/XalanTransformer XalanTransformer.hpp
  Log:
  Fixed bug in comments.
  
  Revision  Changes    Path
  1.31      +1 -1      xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp
  
  Index: XalanTransformer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XalanTransformer.hpp,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- XalanTransformer.hpp	2001/08/20 22:20:03	1.30
  +++ XalanTransformer.hpp	2001/08/29 21:23:07	1.31
  @@ -333,7 +333,7 @@
   	 * can construct a document using SAX2 interfaces.	The XalanTransformer
   	 * instance owns the document builder and will delete it when the
   	 * XalanTransformer instance goes out of scope, or you explicitly call
  -	 * deleteDocumentBuilder().  You must not delete the instance yourself.
  +	 * destroyDocumentBuilder().  You must not delete the instance yourself.
   	 *
   	 * @return	a pointer to a XalanDocumentBuilder instance or 0 for failure.
   	 */
  
  
  

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