add volitile

This commit is contained in:
Looly
2020-11-26 13:58:26 +08:00
parent 994a7a49bf
commit 4cc276e665
5 changed files with 21 additions and 19 deletions

View File

@@ -14,6 +14,7 @@
* 【core 】 xml.setXmlStandalone(true)格式优化pr#1234@Github
* 【core 】 AnnotationUtil增加setValue方法pr#1250@Github
* 【core 】 ZipUtil增加get方法
* 【cache 】 对CacheObj等变量使用volatile关键字
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github