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