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