升级oshi到最新版本6.3.2

This commit is contained in:
RuoYi
2022-12-01 11:49:25 +08:00
parent eef7ef6544
commit faa4bfaef3
3 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ public abstract class AbstractQuartzJob implements Job
* 执行后
*
* @param context 工作执行上下文对象
* @param sysScheduleJob 系统计划任务
* @param sysJob 系统计划任务
*/
protected void after(JobExecutionContext context, SysJob sysJob, Exception e)
{