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 2022/09/12 08:57:04 UTC

[tomcat] branch 9.0.x updated: Use expected naming convention - found by SpotBugs

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 4f90538a49 Use expected naming convention - found by SpotBugs
4f90538a49 is described below

commit 4f90538a4972aa1ab0e264118bb01d40996cd36a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 12 09:56:44 2022 +0100

    Use expected naming convention - found by SpotBugs
---
 test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
index c17d6cd589..406ec15539 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -316,7 +316,7 @@ public class TestMediaType {
     }
 
     @Test
-    public void TestEmptyParameter() throws Exception {
+    public void testEmptyParameter() throws Exception {
         // RFC 9110
         StringReader sr = new StringReader("type/sub-type;;a=1;;b=2;;");
         MediaType m = MediaType.parseMediaType(sr);


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