You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/01/03 21:45:18 UTC

cvs commit: xml-xerces/java/src/org/apache/xml/serialize TextSerializer.java

arkin       00/01/03 12:45:18

  Modified:    java/src/org/apache/xml/serialize TextSerializer.java
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xerces/java/src/org/apache/xml/serialize/TextSerializer.java
  
  Index: TextSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xml/serialize/TextSerializer.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TextSerializer.java	2000/01/03 19:38:50	1.1
  +++ TextSerializer.java	2000/01/03 20:45:18	1.2
  @@ -162,7 +162,7 @@
       public void setOutputFormat( OutputFormat format )
       {
   	if ( format == null )
  -	    super.setOutputFormat( new OutputFormat( OutputFormat.Method.TEXT, null, false ) );
  +	    super.setOutputFormat( new OutputFormat( Method.TEXT, null, false ) );
   	else
   	    super.setOutputFormat( format );
       }