This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 6d4ca1e503 Fix javadoc error
6d4ca1e503 is described below
commit 6d4ca1e5035741abbf2703c7d00026305d33cbb5
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]