File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
main/java/com/fasterxml/jackson/dataformat/cbor
test/java/com/fasterxml/jackson/dataformat/cbor/parse Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
public final class CBORParser extends ParserMinimalBase
21
21
{
22
- private final static byte [] NO_BYTES = new byte [0 ];
23
- private final static int [] NO_INTS = new int [0 ];
24
-
25
22
/**
26
23
* Enumeration that defines all togglable features for CBOR generators.
27
24
*/
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public void testSelfDescribeTagRead() throws Exception
57
57
p .close ();
58
58
}
59
59
60
- // as per [Issue #6], self-describe great for format auto-detection
60
+ // as per [dataformats-binary #6], self-describe great for format auto-detection
61
61
public void testFormatDetection () throws Exception
62
62
{
63
63
CBORFactory f = cborFactory ();
You can’t perform that action at this time.
0 commit comments