fix readBySax stream bug

This commit is contained in:
Looly
2020-11-18 00:54:46 +08:00
parent 9867333f68
commit 8d1ab0173a
3 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github
* 【core 】 修复Calculator.conversion单个数字越界问题issue#1222@Github
* 【poi 】 修复ExcelUtil.getSaxReader使用非MarkSupport流报错问题issue#1225@Github
-------------------------------------------------------------------------------------------------------------