Merge pull request #2360 from thesomeexp/patch-1

[bug修复] 文档注释
This commit is contained in:
Golden Looly 2022-05-31 22:06:36 +08:00 committed by GitHub
commit 551e6fc7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,7 +332,7 @@ public class DigestUtil {
* 计算sha256摘要值使用UTF-8编码
*
* @param data 被摘要数据
* @return MD5摘要
* @return SHA-256摘要
* @since 3.0.8
*/
public static byte[] sha256(String data) {