mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复Dict#containsKey方法没区分大小写问题
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
* 【core 】 CollStreamUtil为空返回空的集合变为可编辑(pr#681@Gitee)
|
||||
* 【core 】 增加StrUtil.containsAll(pr#2437@Github)
|
||||
* 【core 】 ForestMap添加getNodeValue方法(pr#699@Gitee)
|
||||
* 【http 】 优化HttpUtil.isHttp判断,避免NPE(pr#697@Gitee)
|
||||
* 【http 】 优化HttpUtil.isHttp判断,避免NPE(pr#698@Gitee)
|
||||
* 【core 】 修复Dict#containsKey方法没区分大小写问题(pr#697@Gitee)
|
||||
*
|
||||
### 🐞Bug修复
|
||||
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题(pr#2428@Github)
|
||||
|
Reference in New Issue
Block a user