[Improvement] change method access (#9390)
* change method to protected * change method accessgit-as-svn/v1/dev
parent
2a4fa9cdb1
commit
ab0357027d
|
|
@ -713,7 +713,7 @@ public class ExecutorServiceImpl extends BaseServiceImpl implements ExecutorServ
|
|||
/**
|
||||
* create complement dependent command
|
||||
*/
|
||||
private int createComplementDependentCommand(List<Schedule> schedules, Command command) {
|
||||
protected int createComplementDependentCommand(List<Schedule> schedules, Command command) {
|
||||
int dependentProcessDefinitionCreateCount = 0;
|
||||
Command dependentCommand;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue