Fix standalone api properly
This commit is contained in:
parent
59bb99bfd2
commit
adff2d1937
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue