Skip to content

Commit

Permalink
Merge branch '2.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 26, 2024
2 parents db93b98 + 68bf1cb commit 7cd81a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public JsonToken nextToken() throws JacksonException
_nextToken = JsonToken.VALUE_STRING;
return _updateToken(JsonToken.PROPERTY_NAME);
case XmlTokenStream.XML_END:
return _updateToken(null);
return _updateTokenToNull();
default:
return _internalErrorUnknownToken(token);
}
Expand Down

0 comments on commit 7cd81a4

Please sign in to comment.