addRestartAction #12

Merged
nilzbu merged 3 commits from addRestartAction into master 2025-07-21 12:09:45 +00:00
Showing only changes of commit ea9ceaa57e - Show all commits

View File

@@ -23,10 +23,6 @@ public class TimeEntryService {
return repository.findAllByUserOrderByDateDesc(user);
}
public int getNumberOfEntriesForUser(User user) {
return getEntriesForUser(user).size();
}
public TimeEntry save(TimeEntry entry) {
return repository.save(entry);
}