This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 32d13a6200 Naming convention (Spot Bugs warning)
32d13a6200 is described below
commit 32d13a6200d52a1cdf70b05f7a435ac2bcb79b41
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 01b175acd0..f2e6196871 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestAccessLogValve.java
@@ -268,7 +268,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]