#10 story/pfleger-modul-sperren-und-loschen-von-pflegern #37

Merged
SZUT-Dorian merged 11 commits from story/pfleger-modul-sperren-und-loschen-von-pflegern into main 2024-05-16 11:57:12 +00:00
Showing only changes of commit d982242718 - Show all commits

View file

@ -44,7 +44,8 @@ public class LockedNurseController {
private TreatmentDao treatmentDao; private TreatmentDao treatmentDao;
/** /**
* This method allows instantiating a {@link LockedNurseController} object. * This method allows initializing a {@link LockedNurseController} object
* that is called after the binding of all the fields.
*/ */
public void initialize() { public void initialize() {
this.readAllAndShowInTableView(); this.readAllAndShowInTableView();