#10 Javadoc addiert
All checks were successful
Quality Check / Linting Check (push) Successful in 16s
Quality Check / Linting Check (pull_request) Successful in 21s
Quality Check / Javadoc Check (push) Successful in 34s
Quality Check / Javadoc Check (pull_request) Successful in 32s

This commit is contained in:
Dorian Nemec 2024-05-16 11:58:49 +02:00
parent b401bdd91b
commit d982242718

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();