This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 a0c3ab5657 Suppress IDE warning
a0c3ab5657 is described below

commit a0c3ab565701fbd4b1f1c05ffb6a912889fbd3c0
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 22 22:11:50 2026 +0100

    Suppress IDE warning
---
 test/org/apache/catalina/tribes/group/TestGroupChannelTls.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/tribes/group/TestGroupChannelTls.java 
b/test/org/apache/catalina/tribes/group/TestGroupChannelTls.java
index 4dca0b666b..01df48af57 100644
--- a/test/org/apache/catalina/tribes/group/TestGroupChannelTls.java
+++ b/test/org/apache/catalina/tribes/group/TestGroupChannelTls.java
@@ -34,7 +34,7 @@ public class TestGroupChannelTls {
 
     @Test
     public void testSecureMessage() throws Exception {
-        try (TribesSslContext ignored =
+        try (@SuppressWarnings("unused") TribesSslContext ignored =
                 new TribesSslContext("tribes-test", 
"000102030405060708090a0b0c0d0e0f")) {
             // Verify that a supported TLS provider is available before 
creating the channels.
         } catch (Exception e) {


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

Reply via email to