文案fix

This commit is contained in:
xueli.xue 2016-09-29 16:31:34 +08:00
parent 3d329afeca
commit 6358ba92e9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class KillAction extends IAction {
jobThread.toStop("人工手动终止");
jobThread.interrupt();
HandlerRouter.registJobThread(jobKey, handler);
return new ResponseModel(ResponseModel.SUCCESS, "job thread kull success.");
return new ResponseModel(ResponseModel.SUCCESS, "job thread kill success.");
}
return new ResponseModel(ResponseModel.FAIL, "job thread not found.");