mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #7310 from gdicristofaro/8063-centralRepoUpdates
8063 central repo updates
This commit is contained in:
commit
76a9df0503
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user