[Improvement] change method access (#9390)

* change method to protected

* change method access
git-as-svn/v1/dev
caishunfeng 2022-04-07 21:51:21 +08:00 committed by GitHub
parent 2a4fa9cdb1
commit ab0357027d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;