fix del bug

This commit is contained in:
Looly
2021-08-02 12:08:57 +08:00
parent e4848d5fe7
commit 69b981e8c0
3 changed files with 22 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.7 (2021-08-01)
# 5.7.7 (2021-08-02)
### 🐣新特性
* 【core 】 增加LookupFactory和MethodHandleUtilissue#I42TVY@Gitee
@@ -18,6 +18,7 @@
* 【jwt 】 修复JWTUtil中几个方法非static的问题issue#1735@Github
* 【core 】 修复SpringUtil无法处理autowired问题pr#388@Gitee
* 【core 】 修复AbsCollValueMap中常量拼写错误pr#1736@Github
* 【core 】 修复FileUtil.del在文件只读情况下无法删除的问题pr#389@Gitee
-------------------------------------------------------------------------------------------------------------