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 0db0fe2181 Fix IDE warning
0db0fe2181 is described below

commit 0db0fe218170abd4aa32ca8cbd9a8722c3a6ab3d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Feb 3 10:51:28 2024 +0000

    Fix IDE warning
---
 java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 7037049030..df2709ff6f 100644
--- a/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
+++ b/java/org/apache/tomcat/util/openssl/openssl_h_Compatibility.java
@@ -54,7 +54,7 @@ public class openssl_h_Compatibility {
         var mh$ = Holder.MH;
         try {
             if (openssl_h.TRACE_DOWNCALLS) {
-                openssl_h.traceDowncall(Holder.NAME, r);
+                openssl_h.traceDowncall(Holder.NAME, Integer.valueOf(r));
             }
             return (int) mh$.invokeExact(r);
         } catch (Throwable ex$) {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to