Skip to content

Commit

Permalink
y5
Browse files Browse the repository at this point in the history
  • Loading branch information
mumianhua committed Nov 21, 2023
1 parent 2cb1a50 commit b56477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/tron/common/utils/ByteArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static byte[] fromObject(Object obj) {
objectOutputStream.flush();
bytes = byteArrayOutputStream.toByteArray();
} catch (IOException e) {
logger.error("objectToByteArray fffffailed: " + e.getMessage(), e);
logger.error("objectToByteArray failed: " + e.getMessage(), e);
}
return bytes;
}
Expand Down

0 comments on commit b56477f

Please sign in to comment.