#Bugfix start
All checks were successful
Quality Check / Linting Check (push) Successful in 11s
Quality Check / Javadoc Check (push) Successful in 21s

This commit is contained in:
Dorian Nemec 2024-05-21 11:20:32 +02:00
parent 6e58574909
commit 415a48b79a
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -109,7 +109,6 @@ public class LockedNurseController {
readAllAndShowInTableView(); readAllAndShowInTableView();
} }
@FXML @FXML
public void handleMouseClick() { public void handleMouseClick() {
Nurse nurse = tableView.getSelectionModel().getSelectedItem(); Nurse nurse = tableView.getSelectionModel().getSelectedItem();
@ -137,5 +136,4 @@ public class LockedNurseController {
} }
readAllAndShowInTableView(); readAllAndShowInTableView();
} }
} }