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 ff8d94216e Ignore warnings in generated code
ff8d94216e is described below

commit ff8d94216e0c47d333ba02bd3c97598fa9c87b48
Author: Mark Thomas <ma...@apache.org>
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to