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/06/14 11:05:57 UTC

[tomcat] 03/04: Code clean-up - formatting. No functional change.

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 f49913c656a808172adaf329667c3253935c01f4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 14 12:00:33 2023 +0100

    Code clean-up - formatting. No functional change.
---
 test/jakarta/servlet/TestSessionCookieConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jakarta/servlet/TestSessionCookieConfig.java b/test/jakarta/servlet/TestSessionCookieConfig.java
index 5faa6680ba..737c702f83 100644
--- a/test/jakarta/servlet/TestSessionCookieConfig.java
+++ b/test/jakarta/servlet/TestSessionCookieConfig.java
@@ -48,7 +48,7 @@ public class TestSessionCookieConfig extends TomcatBaseTest {
         Assert.assertTrue(responseHeaders.containsKey("Set-Cookie"));
 
         List<String> setCookieHeaders = responseHeaders.get("Set-Cookie");
-        Assert.assertEquals(1,  setCookieHeaders.size());
+        Assert.assertEquals(1, setCookieHeaders.size());
 
         String setCookieHeader = setCookieHeaders.get(0);
         Assert.assertTrue(setCookieHeader.contains("; aaa=bbb"));


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