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 34ac80ddcd Use expected naming convention - found by SpotBugs
34ac80ddcd is described below
commit 34ac80ddcd10a48cbdc996391bbb9160486bb226
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 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: [email protected]
For additional commands, e-mail: [email protected]