From ccb4a9b95f6e38834501b7c313c02839fac6474f Mon Sep 17 00:00:00 2001 From: Simulant87 Date: Sat, 23 Mar 2024 22:04:53 +0100 Subject: [PATCH] fix wrong comment update --- src/test/java/org/json/junit/JSONTokenerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/json/junit/JSONTokenerTest.java b/src/test/java/org/json/junit/JSONTokenerTest.java index 4738b8ad7..cbd8d72e8 100644 --- a/src/test/java/org/json/junit/JSONTokenerTest.java +++ b/src/test/java/org/json/junit/JSONTokenerTest.java @@ -233,7 +233,7 @@ public void testSkipToSuccessWithStringReader() throws IOException { /** * Verify that next and back are working properly and tracking the correct positions - * with different new in line combinations. + * with different new line combinations. */ @Test public void testNextBackComboWithNewLines() {