minchau     2003/11/24 16:07:51

  Modified:    java/src/org/apache/xml/serializer SerializerBase.java
  Log:
  
  Submitted by: Brian Minchau
  Just indentation and whitespace changes in the code
  (trying to get Apache head and the xslt2.0-compiled branches closer).
  
  Revision  Changes    Path
  1.9       +1 -1      
xml-xalan/java/src/org/apache/xml/serializer/SerializerBase.java
  
  Index: SerializerBase.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/serializer/SerializerBase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SerializerBase.java       25 Jun 2003 17:05:03 -0000      1.8
  +++ SerializerBase.java       25 Nov 2003 00:07:51 -0000      1.9
  @@ -233,7 +233,7 @@
        * serializers, but exists here just so that the fireStartDoc() and
        * other fire... methods can flush this writer when tracing.
        */
  -    protected java.io.Writer m_writer = null;    
  +    protected java.io.Writer m_writer = null;
       
       /**
        * A reference to "stack frame" corresponding to
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to