khadgarmage commented on a change in pull request #1018: spotbugs: bug check 
and modify
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/1018#discussion_r336831928
 
 

 ##########
 File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java
 ##########
 @@ -817,7 +817,7 @@ public void exportProcessDefinitionById(User loginUser, 
String projectName, Inte
         ProcessDefinition processDefinition = 
processDefineMapper.selectById(defineId);
         if (processDefinition == null) {
             logger.info("process define not exists");
-            putMsg(result, Status.PROCESS_DEFINE_NOT_EXIST, 
processDefinition.getId());
+            putMsg(result, Status.PROCESS_DEFINE_NOT_EXIST);
 
 Review comment:
   done

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


With regards,
Apache Git Services

Reply via email to