This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 07a68e963a Improve formatting
07a68e963a is described below

commit 07a68e963a1067f0dc84f98062d1762a9b714a0e
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]

Reply via email to