You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/05/02 17:28:31 UTC

[tomcat] branch main updated: Naming convention (Spot Bugs warning)

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9fc35c1444 Naming convention (Spot Bugs warning)
9fc35c1444 is described below

commit 9fc35c14441a3fc6991029d2309068abcc711698
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org