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: [email protected]
For additional commands, e-mail: [email protected]