Skip to content

Commit

Permalink
Suppress additional warnings for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jan 22, 2024
1 parent e88803a commit 9dce0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/apache/tomcat/util/openssl/openssl_h.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.lang.foreign.*;
import static java.lang.foreign.ValueLayout.*;

@SuppressWarnings("javadoc")
@SuppressWarnings({"javadoc", "boxing"})
public class openssl_h {

static final SymbolLookup SYMBOL_LOOKUP
Expand Down

0 comments on commit 9dce0b0

Please sign in to comment.