Skip to content

Commit 6245efd

Browse files
committed
work
1 parent 5c43b8f commit 6245efd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/woehlke/java/simpleworklist/domain/task/TaskServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public TaskServiceImpl(TaskRepository taskRepository, ProjectRepository projectR
3434
@Transactional(propagation = Propagation.REQUIRED, readOnly = true)
3535
public boolean projectHasNoTasks(Project project) {
3636
log.info("projectHasNoTasks");
37-
//TODO: #244 change List<Task> to Page<Task>
3837
return taskRepository.findByProject(project).isEmpty();
3938
}
4039

0 commit comments

Comments
 (0)