#10 story/pfleger-modul-sperren-und-loschen-von-pflegern #37
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class Nurse extends Person {
|
||||||
.add("FirstName: " + this.getFirstName())
|
.add("FirstName: " + this.getFirstName())
|
||||||
.add("SurName: " + this.getSurName())
|
.add("SurName: " + this.getSurName())
|
||||||
.add("PhoneNumber: " + this.getPhoneNumber())
|
.add("PhoneNumber: " + this.getPhoneNumber())
|
||||||
.add("IsLocked: ") + this.isLocked()
|
.add("IsLocked: " + this.isLocked())
|
||||||
.toString();
|
.toString();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue