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

markt-asf 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 def2eb275a Remove unnecessary @SuppressWarnings
def2eb275a is described below

commit def2eb275a2368c8eef2fa3798195fe3d245391f
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 23 18:10:34 2026 +0100

    Remove unnecessary @SuppressWarnings
---
 test/org/apache/catalina/valves/TestAccessLogValveFile.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/org/apache/catalina/valves/TestAccessLogValveFile.java 
b/test/org/apache/catalina/valves/TestAccessLogValveFile.java
index 719aeb6639..f1210898c8 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValveFile.java
+++ b/test/org/apache/catalina/valves/TestAccessLogValveFile.java
@@ -55,7 +55,6 @@ public class TestAccessLogValveFile extends TomcatBaseTest {
 
 
     @Test
-    @SuppressWarnings("unused")
     public void testRotateWithNewFileName() throws Exception {
         AccessLogValve valve = createValve("access", "%s");
         getTomcatInstance().start();
@@ -87,7 +86,6 @@ public class TestAccessLogValveFile extends TomcatBaseTest {
 
 
     @Test
-    @SuppressWarnings("unused")
     public void testRenameOnRotate() throws Exception {
         AccessLogValve valve = createValve("access", "%s");
         valve.setRotatable(true);


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

Reply via email to