zhuangchong commented on a change in pull request #3382:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/3382#discussion_r464852273



##########
File path: 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java
##########
@@ -283,10 +275,8 @@ private static boolean needsEscaping(int verificationType, 
String arg) {
    * @param logger      logger
    * @param tenantCode  tenant code
    * @param executePath     execute path
-   * @throws IOException io exception
    */
-  public static void cancelApplication(List<String> appIds, Logger logger, 
String tenantCode,String executePath)
-          throws IOException {
+  public static void cancelApplication(List<String> appIds, Logger logger, 
String tenantCode,String executePath) {

Review comment:
       OK,I'll do it. I'll re submit the code




----------------------------------------------------------------
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.

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


Reply via email to