yangyichao-mango commented on a change in pull request #3382:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3382#discussion_r464942211
##########
File path:
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java
##########
@@ -352,13 +342,13 @@ public static void kill(TaskExecutionContext
taskExecutionContext) {
}
/**
- * get pids str
+ * get pids str.
*
* @param processId process id
* @return pids
* @throws Exception exception
*/
- public static String getPidsStr(int processId)throws Exception{
+ public static String getPidsStr(int processId)throws Exception {
Review comment:
```suggestion
public static String getPidsStr(int processId) throws Exception {
```
----------------------------------------------------------------
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:
[email protected]