105106107108109110111112113114115
} } } } if (mustValidateAddresses) { throw new AddressVerificationException("No providers were configured to handle address validation"); } ArrayList<Address> out = new ArrayList<Address>(); out.add(address); return out; }