fix Misspelled words (#1841)

* modify UdfFuncServiceTest UT

* fix get tenantCode my NPE

* add  ResourcesServiceTest

* add error log

* add BaseServiceTest BaseServiceTest UT

* update

* fix word spelling

* Revert "fix word spelling"

This reverts commit 19bde51350.

* fix Misspelled words
This commit is contained in:
samz406 2020-01-17 15:04:53 +08:00 committed by dailidong
parent 60bb2deb2a
commit aa91572def

View File

@ -254,7 +254,7 @@ public class MasterExecThread implements Runnable {
break;
}
// current process instance sucess next execute
// current process instance success ,next execute
if(null == iterator){
// loop by day
scheduleDate = DateUtils.getSomeDay(scheduleDate, 1);
@ -575,7 +575,7 @@ public class MasterExecThread implements Runnable {
private DependResult isTaskDepsComplete(String taskName) {
Collection<String> startNodes = dag.getBeginNode();
// ff the vertex returns true directly
// if the vertex returns true directly
if(startNodes.contains(taskName)){
return DependResult.SUCCESS;
}