Skip to content

Commit

Permalink
Fix standalone api properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofaa2 committed Jul 8, 2024
1 parent 59bb99b commit adff2d1
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 @@ class TaskImpl implements Task {
final int id;
final Supplier<TaskSchedule> task;
final ExecutionType type;
final Scheduler owner;
final SchedulerImpl owner;

TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, SchedulerImpl owner) {
this.id = id;
Expand Down

0 comments on commit adff2d1

Please sign in to comment.