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 cee3dd152e Ignore warnings in generated code
cee3dd152e is described below
commit cee3dd152e256adcd415d05a08e524e211140d7c
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 10 13:55:09 2025 +0100
Ignore warnings in generated code
---
java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
b/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
index f7322de3ca..2ac4e437a5 100644
--- a/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
+++ b/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
@@ -27,6 +27,7 @@ import static
org.apache.tomcat.util.openssl.openssl_h.SSL_get1_peer_certificate
/**
* Methods used present in older OpenSSL versions but not in the current major
version or OpenSSL derivatives.
*/
+@SuppressWarnings("javadoc")
public class openssl_h_Compatibility {
public static final boolean OPENSSL;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]