You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mv...@apache.org on 2002/06/15 01:05:26 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanWriter.java

mvdb        2002/06/14 16:05:26

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io
                        BeanWriter.java
  Log:
  Forgot to finish up comment..
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanWriter.java
  
  Index: BeanWriter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/BeanWriter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BeanWriter.java	14 Jun 2002 23:00:15 -0000	1.4
  +++ BeanWriter.java	14 Jun 2002 23:05:26 -0000	1.5
  @@ -146,7 +146,7 @@
       private XMLIntrospector introspector = new XMLIntrospector();
       /** Where the output goes */
       private Writer writer;    
  -    /** text used for end of lines. Defaults to  */
  +    /** text used for end of lines. Defaults to <code>\n</code>*/
       private String endOfLine = "\n";
       /** indentation text */
       private String indent;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>