Skip to content

Commit

Permalink
文案fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed May 4, 2017
1 parent a3b91ff commit fc5b6fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ReturnT<String> run(TriggerParam triggerParam) {
// valid handler
IJobHandler jobHandler = XxlJobExecutor.loadJobHandler(triggerParam.getExecutorHandler());
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
Expand Down

0 comments on commit fc5b6fa

Please sign in to comment.