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 9dce0b0a10 Suppress additional warnings for generated code
9dce0b0a10 is described below

commit 9dce0b0a1054bd4c67b8ce3e0c560bd43c881f65
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 22 16:45:24 2024 +0000

    Suppress additional warnings for generated code
---
 java/org/apache/tomcat/util/openssl/openssl_h.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/openssl/openssl_h.java 
b/java/org/apache/tomcat/util/openssl/openssl_h.java
index 3877f32c1c..c1dc9640b3 100644
--- a/java/org/apache/tomcat/util/openssl/openssl_h.java
+++ b/java/org/apache/tomcat/util/openssl/openssl_h.java
@@ -26,7 +26,7 @@ import java.util.stream.Collectors;
 import java.lang.foreign.*;
 import static java.lang.foreign.ValueLayout.*;
 
-@SuppressWarnings("javadoc")
+@SuppressWarnings({"javadoc", "boxing"})
 public class openssl_h {
 
     static final SymbolLookup SYMBOL_LOOKUP


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to