Author: markt
Date: Tue Jul 5 18:26:33 2016
New Revision: 1751517
URL: http://svn.apache.org/viewvc?rev=1751517&view=rev
Log:
Align 9.0.x and 8.5.x.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java
Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java?rev=1751517&r1=1751516&r2=1751517&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java (original)
+++ tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java Tue Jul
5 18:26:33 2016
@@ -570,7 +570,7 @@ public class OutputBuffer extends Writer
}
- private static Charset getCharset(String encoding) throws IOException {
+ private static Charset getCharset(final String encoding) throws
IOException {
if (Globals.IS_SECURITY_ENABLED) {
try {
return AccessController.doPrivileged(
@@ -594,7 +594,7 @@ public class OutputBuffer extends Writer
}
- private static C2BConverter createConverter(Charset charset) throws
IOException {
+ private static C2BConverter createConverter(final Charset charset) throws
IOException {
if (Globals.IS_SECURITY_ENABLED){
try {
return AccessController.doPrivileged(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]