Polishing

This commit is contained in:
Arjen Poutsma
2018-10-18 17:16:34 +02:00
parent 857b600675
commit 6f0c869afe

View File

@@ -55,6 +55,7 @@ final class Jackson2Tokenizer {
private int arrayDepth;
// TODO: change to ByteBufferFeeder when supported by Jackson
// See https://github.com/FasterXML/jackson-core/issues/478
private final ByteArrayFeeder inputFeeder;