mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 21:28:00 +08:00
Update ProcessDefinitionServiceImpl.java (#7470)
fix typos for logger.error
This commit is contained in:
parent
92bbb9e4af
commit
01a2b9684a
@ -308,7 +308,7 @@ public class ProcessDefinitionServiceImpl extends BaseServiceImpl implements Pro
|
||||
Set<Long> taskNodeCodes = taskNodeList.stream().map(TaskNode::getCode).collect(Collectors.toSet());
|
||||
Collection<Long> codes = CollectionUtils.subtract(postTaskCodes, taskNodeCodes);
|
||||
if (CollectionUtils.isNotEmpty(codes)) {
|
||||
logger.error("the task code is not exit");
|
||||
logger.error("the task code is not exist");
|
||||
putMsg(result, Status.TASK_DEFINE_NOT_EXIST, org.apache.commons.lang.StringUtils.join(codes, Constants.COMMA));
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user