We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0259677 + 64c6b41 commit 9aff7edCopy full SHA for 9aff7ed
cbor/src/test/java/tools/jackson/dataformat/cbor/parse/ParseInvalidUTF8String236Test.java
@@ -5,9 +5,6 @@
5
import tools.jackson.dataformat.cbor.CBORParser;
6
import tools.jackson.dataformat.cbor.CBORTestBase;
7
8
-import java.nio.charset.StandardCharsets;
9
-import java.util.Arrays;
10
-
11
public class ParseInvalidUTF8String236Test extends CBORTestBase
12
{
13
// [dataformats-binary#236]: Original version; broken UTF-8 all around.
0 commit comments