From 5d5b8b893297c1be7c80fa16264ef645101cfb3e Mon Sep 17 00:00:00 2001 From: adwhite75 <43993412+adwhite75@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:32:32 -0400 Subject: [PATCH] Update FindCommonAndUniqueRecords.cls Changed Email Tied to my PR --- .../main/default/classes/FindCommonAndUniqueRecords.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow_action_components/CollectionProcessors/force-app/main/default/classes/FindCommonAndUniqueRecords.cls b/flow_action_components/CollectionProcessors/force-app/main/default/classes/FindCommonAndUniqueRecords.cls index a8c76ea6c..6fc6b43ff 100644 --- a/flow_action_components/CollectionProcessors/force-app/main/default/classes/FindCommonAndUniqueRecords.cls +++ b/flow_action_components/CollectionProcessors/force-app/main/default/classes/FindCommonAndUniqueRecords.cls @@ -6,7 +6,7 @@ * @Last Modified On : 09-09-2022 * @Modification Log : * Ver Date Author Modification -* 1.0 1/26/2021 adamwhiteuva@gmail.com Initial release +* 1.0 1/26/2021 adam.white@salesforce.com Initial release **/ global without sharing class FindCommonAndUniqueRecords { @InvocableMethod(label='Get Common and Unique Records [USF Collection Processor]' description='Extract and return two collections comparing a source and target collection' category='Util' iconName='resource:CollectionProcessorsSVG:colproc') @@ -161,4 +161,4 @@ global without sharing class FindCommonAndUniqueRecords { global List targetCommonRecordCollection; } -} \ No newline at end of file +}