fix null bug

This commit is contained in:
Looly
2022-06-05 23:40:34 +08:00
parent 8ea0f676b8
commit 78b6c9909e
4 changed files with 26 additions and 23 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.3.M1 (2022-05-30)
# 5.8.3.M1 (2022-06-05)
### 🐣新特性
* 【extra 】 mail增加writeTimeout参数支持issue#2355@Github
* 【core 】 FileTypeUtil增加pptx扩展名支持issue#I5A0GO@Gitee
### 🐞Bug修复
* 【core 】 修复NumberUtil.isXXX空判断错误issue#2356@Github
* 【core 】 修复Convert.toSBC空指针问题issue#I5APKK@Gitee
-------------------------------------------------------------------------------------------------------------