105106107108109110111
if (person == possiblePerson) { return possiblePerson; } } throw new PersonSearchByNameMismatchException(new HashSet<Person>(personNamesSet)); }