修复ArrayUtil.insert()不支持原始类型数组的问题

This commit is contained in:
Looly
2022-11-24 13:29:52 +08:00
parent 17ded20e2b
commit 26771b2853
3 changed files with 40 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
* 【core 】 CharUtil.isBlankChar增加\u180epr#2738@Github
### 🐞Bug修复
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee
* 【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题pr#874@Gitee
-------------------------------------------------------------------------------------------------------------