mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-12-06 09:09:10 +08:00
fix doc
This commit is contained in:
parent
92dde38dd3
commit
32177f8e81
@ -180,7 +180,7 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
|
||||
/**
|
||||
* 解码字节码
|
||||
*
|
||||
* @param data 字符串
|
||||
* @param data byte数组
|
||||
* @param charset 字符集,如果此字段为空,则解码的结果取决于平台
|
||||
* @return 解码后的字符串
|
||||
*/
|
||||
@ -198,7 +198,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