mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 04:55:50 +00:00
update owner creation ui
This commit is contained in:
parent
c77f86a72d
commit
b3db40a266
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ public class OwnerResource {
|
||||||
ownerModel.setTelephone(ownerRequest.getTelephone());
|
ownerModel.setTelephone(ownerRequest.getTelephone());
|
||||||
this.clinicService.saveOwner(ownerModel);
|
this.clinicService.saveOwner(ownerModel);
|
||||||
return ownerModel;
|
return ownerModel;
|
||||||
// TODO: need to handle failure
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue