[ISSUE #5370]Modify the Chinese comments in MD5Utils to English (#5371)

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

* code format
This commit is contained in:
xiaoheng1 2021-04-16 11:00:11 +08:00 committed by GitHub
parent 394230309d
commit acb02f6bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ public class MD5Utils {
}
/**
* 将一个字节数组转化为可见的字符串.
* Convert a byte array into a visible string.
*/
public static String encodeHexString(byte[] bytes) {
int l = bytes.length;