Commit 6358ba92 by xueli.xue

文案fix

parent 3d329afe
...@@ -26,7 +26,7 @@ public class KillAction extends IAction { ...@@ -26,7 +26,7 @@ public class KillAction extends IAction {
jobThread.toStop("人工手动终止"); jobThread.toStop("人工手动终止");
jobThread.interrupt(); jobThread.interrupt();
HandlerRouter.registJobThread(jobKey, handler); 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."); return new ResponseModel(ResponseModel.FAIL, "job thread not found.");
......
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