You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/15 19:15:04 UTC

[GitHub] [dolphinscheduler] CalvinKirs commented on a change in pull request #5983: [BUG#5984]fix multi task delete issue

CalvinKirs commented on a change in pull request #5983:
URL: https://github.com/apache/dolphinscheduler/pull/5983#discussion_r689131317



##########
File path: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/cmd/OsSystemNativeCommand.java
##########
@@ -0,0 +1,7 @@
+package org.apache.dolphinscheduler.common.cmd;
+
+public interface OsSystemNativeCommand {
+    public static String REPLACE_HOLDER = "REPLACE_HOLDER";
+    String deleteCmd();

Review comment:
       should add license heads




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org