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 c899752 commit 3c1f940Copy full SHA for 3c1f940
src/main/java/com/fasterxml/jackson/databind/node/TreeTraversingParser.java
@@ -105,7 +105,7 @@ public void close() throws IOException
105
@Override
106
public JsonToken nextToken() throws IOException
107
{
108
- _updateToken(_nodeCursor.nextToken());
+ _nullSafeUpdateToken(_nodeCursor.nextToken());
109
if (_currToken == null) {
110
_closed = true; // if not already set
111
return null;
0 commit comments