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.
1 parent aa61c56 commit 1ab5bcbCopy full SHA for 1ab5bcb
src/main/java/com/fasterxml/jackson/databind/util/TokenBufferReadContext.java
@@ -100,7 +100,7 @@ public static TokenBufferReadContext createRootContext(JsonStreamContext origCon
100
if (origContext == null) {
101
return new TokenBufferReadContext();
102
}
103
- return new TokenBufferReadContext(origContext, null);
+ return new TokenBufferReadContext(origContext, InputSourceReference.unknown());
104
105
106
public TokenBufferReadContext createChildArrayContext() {
0 commit comments