* fix #5370 Modify the Chinese comments in MD5Utils to English * code format
This commit is contained in:
parent
394230309d
commit
acb02f6bf3
@ -76,7 +76,7 @@ public class MD5Utils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 将一个字节数组转化为可见的字符串.
|
* Convert a byte array into a visible string.
|
||||||
*/
|
*/
|
||||||
public static String encodeHexString(byte[] bytes) {
|
public static String encodeHexString(byte[] bytes) {
|
||||||
int l = bytes.length;
|
int l = bytes.length;
|
||||||
|
Loading…
Reference in New Issue
Block a user