Skip to content

Commit

Permalink
[ISSUE alibaba#5370]Modify the Chinese comments in MD5Utils to English (
Browse files Browse the repository at this point in the history
alibaba#5371)

* fix alibaba#5370 Modify the Chinese comments in MD5Utils to English

* code format
  • Loading branch information
xiaoheng1 authored Apr 16, 2021
1 parent 3942303 commit acb02f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static String md5Hex(String value, String encode) {
}

/**
* 将一个字节数组转化为可见的字符串.
* Convert a byte array into a visible string.
*/
public static String encodeHexString(byte[] bytes) {
int l = bytes.length;
Expand Down

0 comments on commit acb02f6

Please sign in to comment.