mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-06 17:18:54 +08:00
!1398 fix(方法注释):StrUtil类中方法注释问题修复
Merge pull request !1398 from fanzhenyu/v5-dev
This commit is contained in:
commit
6802979215
@ -187,7 +187,7 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
|
||||
/**
|
||||
* 解码字节码
|
||||
*
|
||||
* @param data 字符串
|
||||
* @param data byte数组
|
||||
* @param charset 字符集,如果此字段为空,则解码的结果取决于平台
|
||||
* @return 解码后的字符串
|
||||
*/
|
||||
@ -216,7 +216,7 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
|
||||
/**
|
||||
* 解码字节码
|
||||
*
|
||||
* @param data 字符串
|
||||
* @param data Byte数组
|
||||
* @param charset 字符集,如果此字段为空,则解码的结果取决于平台
|
||||
* @return 解码后的字符串
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user