You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by er...@apache.org on 2004/03/12 01:56:03 UTC

cvs commit: xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2 Saver.java

ericvas     2004/03/11 16:56:03

  Modified:    v2/src/newstore2/org/apache/xmlbeans/impl/newstore2
                        Saver.java
  Log:
  Save spaces instead of dots
  
  Revision  Changes    Path
  1.15      +1 -1      xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Saver.java
  
  Index: Saver.java
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/v2/src/newstore2/org/apache/xmlbeans/impl/newstore2/Saver.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Saver.java	12 Mar 2004 00:15:34 -0000	1.14
  +++ Saver.java	12 Mar 2004 00:56:03 -0000	1.15
  @@ -2192,7 +2192,7 @@
           final static void spaces ( StringBuffer sb, int offset, int count )
           {
               while ( count-- > 0 )
  -                sb.insert( offset, '.' );
  +                sb.insert( offset, ' ' );
           }
   
           final static void trim ( StringBuffer sb )
  
  
  

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