This is an automated email from the ASF dual-hosted git repository.
markt-asf 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 88545775bf Remove unnecessary @SuppressWarnings
88545775bf is described below
commit 88545775bf33a51f628425ab7d1a6165766f5f55
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]