Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6358ba92
authored
Sep 29, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
文案fix
parent
3d329afe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
xxl-job-core/src/main/java/com/xxl/job/core/router/action/KillAction.java
xxl-job-core/src/main/java/com/xxl/job/core/router/action/KillAction.java
View file @
6358ba92
...
@@ -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 k
u
ll success."
);
return
new
ResponseModel
(
ResponseModel
.
SUCCESS
,
"job thread k
i
ll success."
);
}
}
return
new
ResponseModel
(
ResponseModel
.
FAIL
,
"job thread not found."
);
return
new
ResponseModel
(
ResponseModel
.
FAIL
,
"job thread not found."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment