jkesselm    01/03/22 16:00:33

  Modified:    java/src/org/apache/xml/utils FastStringBuffer.java
  Log:
  Minor tweak to the javadoc.
  
  Revision  Changes    Path
  1.9       +1 -2      
xml-xalan/java/src/org/apache/xml/utils/FastStringBuffer.java
  
  Index: FastStringBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/FastStringBuffer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FastStringBuffer.java     2001/03/22 23:59:03     1.8
  +++ FastStringBuffer.java     2001/03/23 00:00:32     1.9
  @@ -68,8 +68,7 @@
    * the data.
    * <p>
    * This has been recoded to operate as a "chunked buffer". Doing so
  - * reduces (or, when initial chunk size equals max chunk size,
  - * eliminates) the need to recopy existing information when an append
  + * reduces the need to recopy existing information when an append
    * exceeds the space available; we just allocate another chunk and
    * flow across to it. (The array of chunks may need to grow,
    * admittedly, but that's a much smaller object.) Some excess
  
  
  

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

Reply via email to