mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user