From: markt Date: Fri, 18 Feb 2011 15:30:57 +0000 (+0000) Subject: line length X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c2a602e8cd33614a4e2a0c045c4a5f515961ea78;p=tomcat7.0 line length git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1072024 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/coyote/InputBuffer.java b/java/org/apache/coyote/InputBuffer.java index 56e1eccdd..d3bd3bfb2 100644 --- a/java/org/apache/coyote/InputBuffer.java +++ b/java/org/apache/coyote/InputBuffer.java @@ -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