This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 f09d4d3b4d Remove unnecessary @SuppressWarnings
f09d4d3b4d is described below
commit f09d4d3b4df95cf7549630a591fa2280873bb29b
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 310fb78f1a..6dbafd63fe 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]