Skip to content

Commit e8eb9be

Browse files
committed
...
1 parent e04d3cf commit e8eb9be

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cbor/src/main/java/com/fasterxml/jackson/dataformat/cbor/CBORParser.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
public final class CBORParser extends ParserMinimalBase
2121
{
22-
private final static byte[] NO_BYTES = new byte[0];
23-
private final static int[] NO_INTS = new int[0];
24-
2522
/**
2623
* Enumeration that defines all togglable features for CBOR generators.
2724
*/

cbor/src/test/java/com/fasterxml/jackson/dataformat/cbor/parse/ParserInteropTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void testSelfDescribeTagRead() throws Exception
5757
p.close();
5858
}
5959

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
6161
public void testFormatDetection() throws Exception
6262
{
6363
CBORFactory f = cborFactory();

0 commit comments

Comments
 (0)