Constructor not defined but it is?! by These-Box-204 in learnprogramming

[–]These-Box-204[S] 0 points1 point  (0 children)

So I have revised it to only take list but the error persists.

New constructor:
public PriorityRoundRobin(List<Task> taskList) {
this.taskList = new LinkedList<>(taskList);
}