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