Skip to content

Commit a0fe61f

Browse files
davidzolloruanwenjun
authored andcommitted
Update RemoteShellTask.java
1 parent 7014f12 commit a0fe61f

File tree

1 file changed

+1
-1
lines changed
  • dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/src/main/java/org/apache/dolphinscheduler/plugin/task/remoteshell

1 file changed

+1
-1
lines changed

dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/src/main/java/org/apache/dolphinscheduler/plugin/task/remoteshell/RemoteShellTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void init() {
9797

9898
@Override
9999
public void handle(TaskCallBack taskCallBack) throws TaskException {
100-
// todo: add task close method to release resource
100+
// add task close method to release resource
101101
try (RemoteExecutor executor = remoteExecutor) {
102102
// construct process
103103
String localFile = buildCommand();

0 commit comments

Comments
 (0)