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 6409899d57 Naming convention (Spot Bugs warning)
6409899d57 is described below

commit 6409899d579f88ea9eaf8f52924de9e86c37f366
Author: Mark Thomas <ma...@apache.org>
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 022c4e0b78..495f8bdf15 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to