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
commit 26a9aef3e4f7f91d449e07202c365473279ac332 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jul 4 15:49:19 2024 +0100 Remove deprecated code --- java/org/apache/coyote/http11/Http11OutputBuffer.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/java/org/apache/coyote/http11/Http11OutputBuffer.java b/java/org/apache/coyote/http11/Http11OutputBuffer.java index 07381f1b50..bd1a66730f 100644 --- a/java/org/apache/coyote/http11/Http11OutputBuffer.java +++ b/java/org/apache/coyote/http11/Http11OutputBuffer.java @@ -321,17 +321,6 @@ public class Http11OutputBuffer implements HttpOutputBuffer { } - /** - * Send the response status line. - * - * @deprecated Unused. Will be removed in Tomcat 11. Use {@link #sendStatus(int)}. - */ - @Deprecated - public void sendStatus() { - sendStatus(response.getStatus()); - } - - /** * Send the response status line. * --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org