mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update Person.java
This commit is contained in:
parent
1a9c4f757c
commit
390b389892
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class Person extends BaseEntity {
|
|||
}
|
||||
|
||||
public void setLastName(String lastName) {
|
||||
this.lastName = lastName1;
|
||||
this.lastName = lastName;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue