You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/06/04 13:18:13 UTC

svn commit: r1600101 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java

Author: markt
Date: Wed Jun  4 11:18:13 2014
New Revision: 1600101

URL: http://svn.apache.org/r1600101
Log:
Clean-up

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java?rev=1600101&r1=1600100&r2=1600101&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java Wed Jun  4 11:18:13 2014
@@ -315,14 +315,12 @@ public abstract class AbstractInputBuffe
      *
      * @throws IOException an underlying I/O error occurred
      */
-    public void endRequest()
-        throws IOException {
+    public void endRequest() throws IOException {
 
         if (swallowInput && (lastActiveFilter != -1)) {
             int extraBytes = (int) activeFilters[lastActiveFilter].end();
             pos = pos - extraBytes;
         }
-
     }
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org