add null check

This commit is contained in:
Looly
2020-04-02 11:03:08 +08:00
parent b2201873ea
commit 3f6112fcfa
2 changed files with 6 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
* 【json 】 JSONObject和JSONArray增加set方法标识put弃用
* 【http 】 增加SimpleHttpServer
* 【script 】 增加createXXXScript区别单例
* 【core 】 修改FileUtil.writeFileToStream等方法返回值为long
* 【core 】 CollUtil.split增加空集合判定issue#814@Github
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题