Jenkins Test Commit

This commit is contained in:
Artem Dobrynin 2019-08-14 09:41:09 +04:00
parent e157f200f8
commit 760d3c909a

View file

@ -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;
}
}