rana_b      02/04/26 07:35:17

  Modified:    ftpserver/src/java/org/apache/avalon/ftpserver
                        FtpStatus.java
  Log:
  buffer size changed
  
  Revision  Changes    Path
  1.5       +2 -1      
jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/FtpStatus.java
  
  Index: FtpStatus.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-apps/ftpserver/src/java/org/apache/avalon/ftpserver/FtpStatus.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FtpStatus.java    31 Mar 2002 16:43:20 -0000      1.4
  +++ FtpStatus.java    26 Apr 2002 14:35:17 -0000      1.5
  @@ -1,3 +1,4 @@
  +// $Id: FtpStatus.java,v 1.5 2002/04/26 14:35:17 rana_b Exp $
   /*
    * Copyright (C) The Apache Software Foundation. All rights reserved.
    *
  @@ -53,7 +54,7 @@
               return status + " " + msg + CRLF;
           }
           
  -        StringBuffer sw = new StringBuffer();
  +        StringBuffer sw = new StringBuffer(256);
           
           try {
           BufferedReader sr = new BufferedReader(new StringReader(msg));
  
  
  

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

Reply via email to