Beispiel #1
0
 public List<Task> getTasks() {
   if (tasks == null) {
     tasks = repository.getTasks(labelFilter);
   }
   return tasks;
 }