mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 20:02:47 +00:00
Fix typo
fix typo of org.springframework.samples.petclinic.owner.Owner.getPet(java.lang.String) annotation.
This commit is contained in:
parent
7b1abb3ca9
commit
b94d30626f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class Owner extends Person {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the Pet with the given id, or null if none found for this Owner.
|
* Return the Pet with the given id, or null if none found for this Owner.
|
||||||
* @param name to test
|
* @param id to test
|
||||||
* @return a pet if pet id is already in use
|
* @return a pet if pet id is already in use
|
||||||
*/
|
*/
|
||||||
public Pet getPet(Integer id) {
|
public Pet getPet(Integer id) {
|
||||||
|
|
Loading…
Reference in a new issue