Merge pull request #7310 from gdicristofaro/8063-centralRepoUpdates

8063 central repo updates
This commit is contained in:
Ann Priestman 2021-09-30 06:56:11 -04:00 committed by GitHub
commit 76a9df0503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ public class CorrelationAttributeUtil {
/* /*
* Normalize the phone number. * Normalize the phone number.
*/ */
List<CorrelationAttributeInstance> corrAttrInstances = Collections.emptyList(); List<CorrelationAttributeInstance> corrAttrInstances = new ArrayList<>();
if (value != null if (value != null
&& CorrelationAttributeNormalizer.isValidPhoneNumber(value)) { && CorrelationAttributeNormalizer.isValidPhoneNumber(value)) {
value = CorrelationAttributeNormalizer.normalizePhone(value); value = CorrelationAttributeNormalizer.normalizePhone(value);