Skip to content

Commit 88a7525

Browse files
authored
Merge pull request #519 from JackChen0810/dev-1.0.1
Remove @OverRide of kill method.
2 parents 363e712 + 01e16c9 commit 88a7525

File tree

1 file changed

+0
-1
lines changed
  • dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/java/com/webank/wedatasphere/dss/flow/execution/entrance/restful

1 file changed

+0
-1
lines changed

dss-orchestrator/orchestrators/dss-workflow/dss-flow-execution-server/src/main/java/com/webank/wedatasphere/dss/flow/execution/entrance/restful/FlowEntranceRestfulApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public Message status(@PathVariable("id") String id, @RequestParam(required = fa
131131
return message;
132132
}
133133

134-
@Override
135134
@RequestMapping(path = {"/{id}/kill"},method = {RequestMethod.GET})
136135
public Message kill(@PathVariable("id") String id, @RequestParam(value = "taskID",required = false) Long taskID) {
137136
String realId = ZuulEntranceUtils.parseExecID(id)[3];

0 commit comments

Comments
 (0)