Commit ad977f02 by guo_minglei@163.com

修改错误单词

parent d01b5d11
......@@ -25,6 +25,6 @@ public class ProcessManagerController {
MythJobProcess mythJobProcess = JobContentUtil.getJobThread(logId);
ValidationUtil.dataNotNull(mythJobProcess, logId + "已经运行结束或还未调用!");
mythJobProcess.hardKill();
return "SUCESS";
return "SUCCESS";
}
}
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 to comment