mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Jenkins Test Commit
This commit is contained in:
parent
e157f200f8
commit
760d3c909a
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ public class Owner extends Person {
|
|||
String compName = pet.getName();
|
||||
compName = compName.toLowerCase();
|
||||
if (compName.equals(name)) {
|
||||
System.out.println("HOORRAY!");
|
||||
return pet;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue