Skip to content

Commit

Permalink
Merge pull request #1473 from alexed1/adwhite75-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexed1 authored Nov 5, 2023
2 parents 7b0d062 + 5d5b8b8 commit 5432811
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -161,4 +161,4 @@ global without sharing class FindCommonAndUniqueRecords {
global List<sObject> targetCommonRecordCollection;

}
}
}

0 comments on commit 5432811

Please sign in to comment.