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

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


The following commit(s) were added to refs/heads/11.0.x by this push:
     new 9cf8d2cdba Fix javadoc error
9cf8d2cdba is described below

commit 9cf8d2cdba97ba1582594a69cfd47590e05be0ad
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Jan 15 19:53:50 2026 +0000

    Fix javadoc error
---
 java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java 
b/java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java
index 749813bc38..c6e33e08ac 100644
--- a/java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java
+++ b/java/org/apache/tomcat/util/net/openssl/OpenSSLStatus.java
@@ -153,7 +153,7 @@ public class OpenSSLStatus {
     }
 
     /**
-     * @return true if running with LibreSSL < 3.5
+     * @return true if running with LibreSSL &lt; 3.5
      */
     public static boolean isLibreSSLPre35() {
         return Name.LIBRESSL.equals(name) && ((majorVersion == 3 && 
minorVersion < 5) || majorVersion < 3);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to