Skip to content

Commit 01e16c9

Browse files
committed
Remove @OverRide of kill method.
1 parent 0b40738 commit 01e16c9

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)