Author: markt Date: Fri Feb 18 15:30:57 2011 New Revision: 1072024 URL: http://svn.apache.org/viewvc?rev=1072024&view=rev Log: line length
Modified: tomcat/trunk/java/org/apache/coyote/InputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/InputBuffer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/InputBuffer.java?rev=1072024&r1=1072023&r2=1072024&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/InputBuffer.java (original) +++ tomcat/trunk/java/org/apache/coyote/InputBuffer.java Fri Feb 18 15:30:57 2011 @@ -25,8 +25,8 @@ import org.apache.tomcat.util.buf.ByteCh /** * 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org