caishunfeng commented on code in PR #13057:
URL:
https://github.com/apache/dolphinscheduler/pull/13057#discussion_r1040562426
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java:
##########
@@ -519,6 +520,20 @@ private boolean checkTenantSuitable(ProcessDefinition
processDefinition) {
return tenant != null;
}
+ public boolean checkStartNodeList(String startNodeList, Long
processDefinitionCode, int version) {
Review Comment:
```suggestion
public void checkStartNodeList(String startNodeList, Long
processDefinitionCode, int version) {
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]