Fix standalone api properly

This commit is contained in:
Tofaa2 2024-07-08 18:30:29 +04:00
parent 59bb99bfd2
commit adff2d1937

View file

@ -14,7 +14,7 @@ class TaskImpl implements Task {
final int id; final int id;
final Supplier<TaskSchedule> task; final Supplier<TaskSchedule> task;
final ExecutionType type; final ExecutionType type;
final Scheduler owner; final SchedulerImpl owner;
TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, SchedulerImpl owner) { TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, SchedulerImpl owner) {
this.id = id; this.id = id;