修复BooleanUtil.andOfWrap针对null错误问题

This commit is contained in:
Looly
2024-05-17 17:02:53 +08:00
parent fe01021c72
commit 9e1beae3eb
4 changed files with 10 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
* 【core 】 修复NumberWordFormatter.format小数问题issue#3579@Github
* 【db 】 修复JndiDSFactory空指针问题
* 【core 】 修复BiMap.put错误的返回值pr#1218@Gitee
* 【core 】 修复BooleanUtil.andOfWrap针对null错误问题issue#3587@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-29)