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
The following commit(s) were added to refs/heads/main by this push:
new 2b0a4e5d7a Fix javadoc error
2b0a4e5d7a is described below
commit 2b0a4e5d7ab4bbe6d249096adbc3203bfbd30d66
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 < 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]