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 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.task = task;
|
||||
this.type = type;
|
||||
|
|
Loading…
Reference in a new issue