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

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new b67b786a6c Remove unnecessary @SuppressWarnings
b67b786a6c is described below

commit b67b786a6cc3edb596ff507e6bbaf1e50317c27d
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Oct 7 15:44:05 2025 +0100

    Remove unnecessary @SuppressWarnings
    
    (at least with documented Eclipse config)
---
 test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java 
b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
index 2025be4313..6c48046f36 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
@@ -362,7 +362,6 @@ public class TestOcspIntegration extends TomcatBaseTest {
             serverSocket.close();
         }
 
-        @SuppressWarnings("unused")
         @Override
         public void run() {
             try {


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

Reply via email to