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
5ad36cd419
commit
5cd0170ca3
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ public class Person extends BaseEntity {
|
|||
return this.lastName;
|
||||
}
|
||||
|
||||
public void setLastName(String lastName1) {
|
||||
this.lastName = lastName1;
|
||||
public void setLastName(String lastName) {
|
||||
this.lastName = lastName;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue