Skip to content

Commit

Permalink
debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm committed Dec 20, 2024
1 parent 0e943df commit d137832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static byte[] serializeToByteArray(Serializable value) {
try {
throw new IllegalArgumentException("unable to serialize " + ow.writeValueAsString(value), exn);
} catch (JsonProcessingException ex) {
IllegalArgumentException("unable to jsonify " + value, exn);
throw new IllegalArgumentException("unable to jsonify " + value, exn);
}
}
}
Expand Down

0 comments on commit d137832

Please sign in to comment.