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/01/09 22:07:30 UTC

[tomcat] branch 8.5.x updated: Remove unnecessary semicolon

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 00556c33b9 Remove unnecessary semicolon
00556c33b9 is described below

commit 00556c33b9056ea06672aa0d59b5217fadf38742
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 9 22:06:56 2023 +0000

    Remove unnecessary semicolon
---
 test/org/apache/tomcat/util/json/TestJSONFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/json/TestJSONFilter.java b/test/org/apache/tomcat/util/json/TestJSONFilter.java
index 0e06433735..7abac71ce2 100644
--- a/test/org/apache/tomcat/util/json/TestJSONFilter.java
+++ b/test/org/apache/tomcat/util/json/TestJSONFilter.java
@@ -77,6 +77,6 @@ public class TestJSONFilter {
 
     @Test
     public void testStringEscaping() {
-        Assert.assertEquals(output, JSONFilter.escape(input));;
+        Assert.assertEquals(output, JSONFilter.escape(input));
     }
 }


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