This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 044cf6d9e2 Remove incorrect Javadoc comment
044cf6d9e2 is described below
commit 044cf6d9e23084ff444b0638653e44c7b949d8f3
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 25 18:29:10 2024 +0100
Remove incorrect Javadoc comment
---
java/org/apache/coyote/http11/filters/ChunkedInputFilter.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
index 83bccbd161..741cd1078b 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
@@ -299,10 +299,6 @@ public class ChunkedInputFilter implements InputFilter,
ApplicationBufferHandler
}
- /**
- * Return the name of the associated encoding; Here, the value is
- * "identity".
- */
@Override
public ByteChunk getEncodingName() {
return ENCODING;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]