Skip to content

Commit

Permalink
🐛fixed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Aug 9, 2023
1 parent bcb613b commit 3910092
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 3910092

Please sign in to comment.