edit notes param

This commit is contained in:
xiangbj 2022-11-14 16:18:46 +08:00
parent f4c763c84d
commit 3f7dcbfe81
1 changed files with 1 additions and 1 deletions

View File

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