line length
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 18 Feb 2011 15:30:57 +0000 (15:30 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 18 Feb 2011 15:30:57 +0000 (15:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1072024 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/InputBuffer.java

index 56e1ecc..d3bd3bf 100644 (file)
@@ -25,8 +25,8 @@ import org.apache.tomcat.util.buf.ByteChunk;
 /**
  * Input buffer.
  *
- * This class is used only in the protocol implementation. All reading from tomcat ( or adapter ) should be done
- * using Request.doRead().
+ * This class is used only in the protocol implementation. All reading from
+ * Tomcat ( or adapter ) should be done using Request.doRead().
  *
  * 
  * @author Remy Maucherat