#10 Javadoc addiert
This commit is contained in:
parent
b401bdd91b
commit
d982242718
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue