Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Feb 17, 2021
1 parent 439f0c7 commit 23a8ffe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ protected CronWorkflow(String type, WorkflowSettings settings) {
* if (waitForChildWorkflowsToFinish) {
* return NextAction.moveToState(schedule, "Work done");
* } else {
* return NextAction.moveToStateAfter(waitForWorkToFinish, DateTime.now().plusHours(hoursToWait), "Work done");
* return NextAction.moveToStateAfter(waitForWorkToFinish, DateTime.now().plusHours(hoursToWait),
* "Waiting for work to finish");
* }
* }
* </pre>
Expand Down

0 comments on commit 23a8ffe

Please sign in to comment.