Skip to content

Commit

Permalink
Make package private class final
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 5, 2023
1 parent f8bfef1 commit 4f8837b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void testUnsafeDecodeLowerCase() throws Exception {
}

@Test
public void truncatedEscape() throws Exception {
public void testTruncatedEscape() throws Exception {
assertIOException("truncated", "=1");
}

Expand Down

0 comments on commit 4f8837b

Please sign in to comment.