You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/06/17 20:15:54 UTC

svn commit: r1603244 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

Author: kkolinko
Date: Tue Jun 17 18:15:53 2014
New Revision: 1603244

URL: http://svn.apache.org/r1603244
Log:
Followup to r1602443: correct code formatting.

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java?rev=1603244&r1=1603243&r2=1603244&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Tue Jun 17 18:15:53 2014
@@ -110,7 +110,8 @@ public class ErrorReportValve extends Va
                     response.flushBuffer();
                 } catch (Throwable t) {
                     ExceptionUtils.handleThrowable(t);
-                }                // Close immediately to signal to the client that something went
+                }
+                // Close immediately to signal to the client that something went
                 // wrong
                 response.getCoyoteResponse().action(ActionCode.CLOSE_NOW, null);
             }



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