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/22 15:55:18 UTC

[tomcat] 02/03: Follow naming conventions (reported by SpotBugs)

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

commit 013434aea57d64e783eae6aee5f48a0b49d043a0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 22 16:54:47 2023 +0100

    Follow naming conventions (reported by SpotBugs)
---
 test/org/apache/catalina/filters/TestRateLimitFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/filters/TestRateLimitFilter.java b/test/org/apache/catalina/filters/TestRateLimitFilter.java
index ac418726ce..2797b8cf9b 100644
--- a/test/org/apache/catalina/filters/TestRateLimitFilter.java
+++ b/test/org/apache/catalina/filters/TestRateLimitFilter.java
@@ -43,7 +43,7 @@ import org.apache.tomcat.util.descriptor.web.FilterMap;
 public class TestRateLimitFilter extends TomcatBaseTest {
 
     @Test
-    public void TestRateLimitWith4Clients() throws Exception {
+    public void testRateLimitWith4Clients() throws Exception {
 
         int bucketRequests = 40;
         int bucketDuration = 4;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org