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
parent 0962ed7e8f
commit 70171d2891

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) {