mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
5d56a8674a
commit
71ffe8a874
@ -162,7 +162,7 @@ public class Base62 {
|
||||
*
|
||||
* @param source 被解码的Base62字符串
|
||||
* @param charset 字符集
|
||||
* @return 被加密后的字符串
|
||||
* @return 密文解密的结果
|
||||
*/
|
||||
public static String decodeStr(final CharSequence source, final Charset charset) {
|
||||
return StrUtil.str(decode(source), charset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user