fix typo of org.springframework.samples.petclinic.owner.Owner.getPet(java.lang.String) annotation.
This commit is contained in:
ross 2023-03-26 17:34:33 +09:00 committed by Dave Syer
parent 7b1abb3ca9
commit b94d30626f

View file

@ -109,7 +109,7 @@ public class Owner extends Person {
/**
* 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
*/
public Pet getPet(Integer id) {