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 +}