修复注释与参数名称不对应

This commit is contained in:
Sxile
2020-06-19 17:30:39 +08:00
committed by 疯狂的狮子li
parent 3720a268df
commit f9b81aac65
10 changed files with 18 additions and 15 deletions

View File

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

View File

@@ -65,7 +65,7 @@ public class JobInvokeUtil
/**
* 校验是否为为class包名
*
* @param str 名称
* @param invokeTarget 名称
* @return true是 false否
*/
public static boolean isValidClassName(String invokeTarget)