This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 4ec8295f14 Improve formatting
4ec8295f14 is described below
commit 4ec8295f1401567e8f890c51b7df196bee44a793
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 6 17:58:41 2026 +0000
Improve formatting
---
java/org/apache/coyote/http11/filters/GzipOutputFilter.java | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/coyote/http11/filters/GzipOutputFilter.java
b/java/org/apache/coyote/http11/filters/GzipOutputFilter.java
index 9ed432aba6..275a49c2b7 100644
--- a/java/org/apache/coyote/http11/filters/GzipOutputFilter.java
+++ b/java/org/apache/coyote/http11/filters/GzipOutputFilter.java
@@ -157,11 +157,13 @@ public class GzipOutputFilter implements OutputFilter {
@Override
public void flush() throws IOException {
- /* NOOP */}
+ // NOOP
+ }
@Override
public void close() throws IOException {
- /* NOOP */}
+ // NOOP
+ }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]