提交 aa91572d 编写于 作者: S samz406 提交者: dailidong

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
上级 60bb2deb
...@@ -254,7 +254,7 @@ public class MasterExecThread implements Runnable { ...@@ -254,7 +254,7 @@ public class MasterExecThread implements Runnable {
break; break;
} }
// current process instance sucess ,next execute // current process instance success ,next execute
if(null == iterator){ if(null == iterator){
// loop by day // loop by day
scheduleDate = DateUtils.getSomeDay(scheduleDate, 1); scheduleDate = DateUtils.getSomeDay(scheduleDate, 1);
...@@ -575,7 +575,7 @@ public class MasterExecThread implements Runnable { ...@@ -575,7 +575,7 @@ public class MasterExecThread implements Runnable {
private DependResult isTaskDepsComplete(String taskName) { private DependResult isTaskDepsComplete(String taskName) {
Collection<String> startNodes = dag.getBeginNode(); Collection<String> startNodes = dag.getBeginNode();
// ff the vertex returns true directly // if the vertex returns true directly
if(startNodes.contains(taskName)){ if(startNodes.contains(taskName)){
return DependResult.SUCCESS; return DependResult.SUCCESS;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册