mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-03 20:27:58 +08:00
fix comment
This commit is contained in:
parent
5af0894911
commit
5d56a8674a
@ -141,7 +141,7 @@ public class Base62 {
|
||||
* Base62解码
|
||||
*
|
||||
* @param source 被解码的Base62字符串
|
||||
* @return 被加密后的字符串
|
||||
* @return 密文解密的结果
|
||||
*/
|
||||
public static String decodeStrGbk(final CharSequence source) {
|
||||
return decodeStr(source, CharsetUtil.GBK);
|
||||
@ -151,7 +151,7 @@ public class Base62 {
|
||||
* Base62解码
|
||||
*
|
||||
* @param source 被解码的Base62字符串
|
||||
* @return 被加密后的字符串
|
||||
* @return 密文解密的结果
|
||||
*/
|
||||
public static String decodeStr(final CharSequence source) {
|
||||
return decodeStr(source, DEFAULT_CHARSET);
|
||||
|
Loading…
Reference in New Issue
Block a user