Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Jul 23, 2024
1 parent 8512321 commit a49b0af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public ResultRow deserialize(final JsonParser jp, final DeserializationContext c
while (jp.nextToken() != JsonToken.END_ARRAY) {
objectArray[index] = JacksonUtils.readObjectUsingDeserializationContext(jp, ctxt, javaTypes[index]);
++index;
jp.nextToken();
}

return ResultRow.of(objectArray);
Expand Down

0 comments on commit a49b0af

Please sign in to comment.