This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 8fffdf2 Fix formatting
8fffdf2 is described below
commit 8fffdf2b825653e8f1acb8f419a913ee77625655
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 1 14:02:36 2021 +0000
Fix formatting
---
java/org/apache/coyote/Response.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/Response.java
b/java/org/apache/coyote/Response.java
index 114587f..7147ce1 100644
--- a/java/org/apache/coyote/Response.java
+++ b/java/org/apache/coyote/Response.java
@@ -468,7 +468,8 @@ public final class Response {
if (locale == null) {
this.locale = null;
this.contentLanguage = null;
- return; }
+ return;
+ }
// Save the locale for use by getLocale()
this.locale = locale;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]