From c2a602e8cd33614a4e2a0c045c4a5f515961ea78 Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 18 Feb 2011 15:30:57 +0000 Subject: [PATCH] line length git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1072024 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/coyote/InputBuffer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0