Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issues/99' into issues/99
Browse files Browse the repository at this point in the history
  • Loading branch information
i-mills committed Jun 22, 2022
2 parents 1ddf32f + a6e7925 commit 3e242e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public byte[] serialize(final Object toSerialize) {
return serializeMap((Map<CLValue, CLValue>) toSerialize);

} else {
// The map in not new and has not been modified so write as is
// The map is not new and has not been modified so write as is
return ((CLMap) toSerialize).getBytes();
}
} else if (toSerialize instanceof Map) {
Expand Down

0 comments on commit 3e242e1

Please sign in to comment.