mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix bug
This commit is contained in:
parent
d8baf83474
commit
91e9511738
@ -2390,7 +2390,7 @@ public class StrUtil {
|
||||
* <pre>
|
||||
* 1、Byte数组和ByteBuffer会被转换为对应字符串的数组
|
||||
* 2、对象数组会调用Arrays.toString方法
|
||||
* <pre/>
|
||||
* </pre>
|
||||
*
|
||||
* @param obj 对象
|
||||
* @param charsetName 字符集
|
||||
@ -2405,7 +2405,7 @@ public class StrUtil {
|
||||
* <pre>
|
||||
* 1、Byte数组和ByteBuffer会被转换为对应字符串的数组
|
||||
* 2、对象数组会调用Arrays.toString方法
|
||||
* <pre/>
|
||||
* </pre>
|
||||
*
|
||||
* @param obj 对象
|
||||
* @param charset 字符集
|
||||
|
Loading…
Reference in New Issue
Block a user