You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@locus.apache.org on 2000/12/20 08:07:25 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/io VelocityWriter.java

jvanzyl     00/12/19 23:07:25

  Modified:    src/java/org/apache/velocity/io VelocityWriter.java
  Log:
  - cleaning up.
  
  Revision  Changes    Path
  1.2       +7 -5      jakarta-velocity/src/java/org/apache/velocity/io/VelocityWriter.java
  
  Index: VelocityWriter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/io/VelocityWriter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- VelocityWriter.java	2000/11/16 07:06:01	1.1
  +++ VelocityWriter.java	2000/12/20 07:07:25	1.2
  @@ -1,9 +1,9 @@
   package org.apache.velocity.io;
   
   /*
  - * $Header: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/io/VelocityWriter.java,v 1.1 2000/11/16 07:06:01 jvanzyl Exp $
  - * $Revision: 1.1 $
  - * $Date: 2000/11/16 07:06:01 $
  + * $Header: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/io/VelocityWriter.java,v 1.2 2000/12/20 07:07:25 jvanzyl Exp $
  + * $Revision: 1.2 $
  + * $Date: 2000/12/20 07:07:25 $
    *
    * ====================================================================
    * 
  @@ -146,12 +146,14 @@
       public static final int	NO_BUFFER = 0;
   
       /**
  -     * constant indicating that the Writer is buffered and is using the implementation default buffer size
  +     * constant indicating that the Writer is buffered and is using the 
  +     * implementation default buffer size
        */
       public static final int	DEFAULT_BUFFER = -1;
   
       /**
  -     * constant indicating that the Writer is buffered and is unbounded; this is used in BodyContent
  +     * constant indicating that the Writer is buffered and is unbounded; 
  +     * this is used in BodyContent
        */
       public static final int	UNBOUNDED_BUFFER = -2;