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 01af6d3d07 Code clean-up  - formatting. No functional change.
01af6d3d07 is described below

commit 01af6d3d07369552a94d163f14d7105bd703faf7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 31 13:52:30 2025 +0100

    Code clean-up  - formatting. No functional change.
---
 java/org/apache/coyote/http11/Http11AprProtocol.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/coyote/http11/Http11AprProtocol.java 
b/java/org/apache/coyote/http11/Http11AprProtocol.java
index 4c6ecbcad3..31895622e3 100644
--- a/java/org/apache/coyote/http11/Http11AprProtocol.java
+++ b/java/org/apache/coyote/http11/Http11AprProtocol.java
@@ -24,8 +24,8 @@ import org.apache.tomcat.util.net.AprEndpoint;
 /**
  * HTTP/1.1 protocol implementation using APR/native.
  *
- * @deprecated  The APR/Native Connector will be removed in Tomcat 9.1.x
- *              onwards and has been removed from Tomcat 10.1.x onwards.
+ * @deprecated The APR/Native Connector will be removed in Tomcat 9.1.x 
onwards and has been removed from Tomcat 10.1.x
+ *                 onwards.
  */
 @Deprecated
 public class Http11AprProtocol extends AbstractHttp11Protocol<Long> {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to