Skip to content

Commit

Permalink
Merge pull request #150 from stelin/1.x
Browse files Browse the repository at this point in the history
🐛fixed properties
  • Loading branch information
stelin authored Aug 9, 2023
2 parents 48a2e8f + 3910092 commit 51ba587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class SchedulerProperties {
private Integer instanceFailPeriodTime = 15;
private SchedulerProperties.Scheduler scheduler = new SchedulerProperties.Scheduler();
private SchedulerProperties.Workflow workflow = new SchedulerProperties.Workflow();
private Delay delay;
private Delay delay = new Delay();

@Data
public static class Scheduler {
Expand Down

0 comments on commit 51ba587

Please sign in to comment.