Commit fc5b6fa6 by xueli.xue

文案fix

parent a3b91fff
...@@ -63,7 +63,7 @@ public class ExecutorBizImpl implements ExecutorBiz { ...@@ -63,7 +63,7 @@ public class ExecutorBizImpl implements ExecutorBiz {
// valid handler // valid handler
IJobHandler jobHandler = XxlJobExecutor.loadJobHandler(triggerParam.getExecutorHandler()); IJobHandler jobHandler = XxlJobExecutor.loadJobHandler(triggerParam.getExecutorHandler());
if (jobHandler==null) { if (jobHandler==null) {
return new ReturnT<String>(ReturnT.FAIL_CODE, "job handler for JobId=[" + triggerParam.getJobId() + "] not found."); return new ReturnT<String>(ReturnT.FAIL_CODE, "job handler [" + triggerParam.getExecutorHandler() + "] not found.");
} }
// valid exists job thread:change handler, need kill old thread // valid exists job thread:change handler, need kill old thread
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment