You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/12/03 08:21:00 UTC

cvs commit: xml-fop/src/org/apache/fop/datastructs SyncedCircularBuffer.java

pbwest      2002/12/02 23:21:00

  Modified:    src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design
                        SyncedCircularBuffer.java
  Log:
  Default buffer size set to 64.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +3 -3      xml-fop/src/org/apache/fop/datastructs/Attic/SyncedCircularBuffer.java
  
  Index: SyncedCircularBuffer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datastructs/Attic/SyncedCircularBuffer.java,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- SyncedCircularBuffer.java	24 Oct 2002 14:22:15 -0000	1.1.2.4
  +++ SyncedCircularBuffer.java	3 Dec 2002 07:21:00 -0000	1.1.2.5
  @@ -28,7 +28,7 @@
    */
   public class SyncedCircularBuffer {
   
  -    private final static int DEFAULTBUFSIZE = 128;
  +    public final static int DEFAULTBUFSIZE = 64;
   
       private Object[] buf;
       private int size = 0;
  
  
  

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