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:21 UTC

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

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 0aa4a0bd34 Remove unnecessary semicolon
0aa4a0bd34 is described below

commit 0aa4a0bd34eea21a63b3d77efb13d91a27c65243
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