update the variable name in the method description

This commit is contained in:
javartisan 2018-08-02 09:53:40 +08:00
parent cc33ccd1ad
commit e44c420e74

View File

@ -104,7 +104,7 @@ public class MD5 {
/**
* 对二进制数据进行md5
*
* @param str
* @param data
* @return md5 byte[16]
*/
public byte[] hash(byte[] data) {