Commit aa91572d authored by samz406's avatar samz406 Committed by dailidong
Browse files

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 19bde513.

* fix Misspelled words
parent 60bb2deb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
        }