Skip to content

Commit 07a68e9

Browse files
committed
Improve formatting
1 parent 54468c9 commit 07a68e9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

java/org/apache/coyote/http11/filters/GzipOutputFilter.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,13 @@ public void write(byte[] b, int off, int len) throws IOException {
157157

158158
@Override
159159
public void flush() throws IOException {
160-
/* NOOP */}
160+
// NOOP
161+
}
161162

162163
@Override
163164
public void close() throws IOException {
164-
/* NOOP */}
165+
// NOOP
166+
}
165167
}
166168

167169

0 commit comments

Comments
 (0)