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 84305b56e5 Fix javadoc error
84305b56e5 is described below

commit 84305b56e5b6227ab028059595aa6d928fa58c5e
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