修复Dict#containsKey方法没区分大小写问题

This commit is contained in:
Looly
2022-07-16 08:58:50 +08:00
parent cc6a9c02c9
commit 41f0b2114d
3 changed files with 51 additions and 7 deletions

View File

@@ -15,7 +15,8 @@
* 【core 】 CollStreamUtil为空返回空的集合变为可编辑pr#681@Gitee
* 【core 】 增加StrUtil.containsAllpr#2437@Github
* 【core 】 ForestMap添加getNodeValue方法pr#699@Gitee
* 【http 】 优化HttpUtil.isHttp判断避免NPEpr#697@Gitee
* 【http 】 优化HttpUtil.isHttp判断避免NPEpr#698@Gitee
* 【core 】 修复Dict#containsKey方法没区分大小写问题pr#697@Gitee
*
### 🐞Bug修复
* 【core 】 修复CollUtil里面关于可变参数传null造成的crash问题pr#2428@Github