Skip to content

Commit

Permalink
use _updateTokenToNull() (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jun 26, 2024
1 parent 181d5b6 commit 68bf1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ public JsonToken nextToken() throws IOException
_nextToken = JsonToken.VALUE_STRING;
return _updateToken(JsonToken.FIELD_NAME);
case XmlTokenStream.XML_END:
return _updateToken(null);
return _updateTokenToNull();
default:
return _internalErrorUnknownToken(token);
}
Expand Down

0 comments on commit 68bf1cb

Please sign in to comment.