This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 46b79b7bfa Remove unnecessary @SuppressWarnings
46b79b7bfa is described below
commit 46b79b7bfa79f816d0b5d4cc6600750a09a93331
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 aa6737d65f..487f6762e6 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TestOcspIntegration.java
@@ -360,7 +360,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]