costin      02/04/08 16:46:32

  Modified:    coyote/src/java/org/apache/coyote InputBuffer.java
                        OutputBuffer.java
  Log:
  Revert the comment
  
  Revision  Changes    Path
  1.4       +0 -3      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/InputBuffer.java
  
  Index: InputBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/InputBuffer.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InputBuffer.java  8 Apr 2002 22:49:52 -0000       1.3
  +++ InputBuffer.java  8 Apr 2002 23:46:32 -0000       1.4
  @@ -63,9 +63,6 @@
   
   import org.apache.tomcat.util.buf.ByteChunk;
   
  -// XXX For consistency, this should be replaced with an action/hook - like all other
  -// callbacks from coyote to the protocol layer
  -
   
   /**
    * Input buffer.
  
  
  
  1.5       +0 -2      
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/OutputBuffer.java
  
  Index: OutputBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/OutputBuffer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- OutputBuffer.java 8 Apr 2002 22:49:52 -0000       1.4
  +++ OutputBuffer.java 8 Apr 2002 23:46:32 -0000       1.5
  @@ -63,8 +63,6 @@
   
   import org.apache.tomcat.util.buf.ByteChunk;
   
  -// XXX For consistency, this should be replaced with an action/hook - like all other
  -// callbacks from coyote to the protocol layer
   
   /**
    * Output buffer.
  
  
  

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

Reply via email to