mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
081a51ff83
commit
2465c024b7
@ -133,7 +133,8 @@ public class HMac implements Serializable {
|
||||
/**
|
||||
* 生成文件摘要,并转为Base64
|
||||
*
|
||||
* @param data 被摘要数据
|
||||
* @param data 被摘要数据
|
||||
* @param isUrlSafe 是否使用URL安全字符
|
||||
* @return 摘要
|
||||
*/
|
||||
public String digestBase64(String data, boolean isUrlSafe) {
|
||||
|
Loading…
Reference in New Issue
Block a user