Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ private JsonToken _skipUnknownField(int tag, int wireType) throws IOException
// Note: may be null; if so, value needs to be skipped
_currentField = _currentMessage.field(tag >> 3);
if (_currentField == null) {
_skipUnknownValue(wireType);
continue;
}
_parsingContext.setCurrentName(_currentField.name);
Expand Down