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 b429f7fe11 Use expected naming convention - found by SpotBugs
b429f7fe11 is described below
commit b429f7fe112be2c5d897ba7f930d7ccdc79ba6fb
Author: Mark Thomas <[email protected]>
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 0b84eef2a1..d4440fd31b 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -308,7 +308,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: [email protected]
For additional commands, e-mail: [email protected]