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 6e21c5d Correct capitalisation of method name
6e21c5d is described below
commit 6e21c5d4c237348a6568eba5a71d457cf6b16a46
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 25 19:53:37 2021 +0000
Correct capitalisation of method name
---
test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java
b/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java
index 30ff103..3ec05ae 100644
--- a/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java
+++ b/test/org/apache/tomcat/util/http/TestCookieProcessorGeneration.java
@@ -24,7 +24,7 @@ import org.junit.Test;
public class TestCookieProcessorGeneration {
@Test
- public void SimpleCookie() {
+ public void simpleCookie() {
doTest(new Cookie("foo", "bar"), "foo=bar");
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]