This is an automated email from the ASF dual-hosted git repository.
markt 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 71b2aafc67 Naming convention (Spot Bugs warning)
71b2aafc67 is described below
commit 71b2aafc67dce02c05b3be5b0b6c0f79552ebfba
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 2 18:28:20 2023 +0100
Naming convention (Spot Bugs warning)
---
test/org/apache/catalina/valves/TestAccessLogValve.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/valves/TestAccessLogValve.java
b/test/org/apache/catalina/valves/TestAccessLogValve.java
index cb520a3d7e..6fcbbebe91 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestAccessLogValve.java
@@ -270,7 +270,7 @@ public class TestAccessLogValve extends TomcatBaseTest {
}
@Test
- public void Test() throws LifecycleException, IOException {
+ public void test() throws LifecycleException, IOException {
Tomcat tomcat = getTomcatInstance();
// No file system docBase required
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]