Update TaskImpl.java
This commit is contained in:
parent
505caf88fb
commit
69bc235042
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class TaskImpl implements Task {
|
||||||
final ExecutionType type;
|
final ExecutionType type;
|
||||||
final Scheduler owner;
|
final Scheduler owner;
|
||||||
|
|
||||||
TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, Scheduler owner) {
|
TaskImpl(int id, Supplier<TaskSchedule> task, ExecutionType type, SchedulerImpl owner) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.task = task;
|
this.task = task;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
Loading…
Reference in a new issue