Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Oct 15, 2024
1 parent f37cdec commit 8f018fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public without sharing class LoggerFieldMapper {
* @param sourceRecord The source `SObject` record containing the data to copy
* @param targetRecord The target `SObject` record that should have fields & field values appended
*/
@SuppressWarnings('PMD.AvoidDebugStatements PMD.CyclomaticComplexity')
@SuppressWarnings('PMD.AvoidDebugStatements, PMD.CyclomaticComplexity')
public static void mapFieldValues(SObject sourceRecord, SObject targetRecord) {
if (sourceRecord == null || targetRecord == null) {
return;
Expand Down

0 comments on commit 8f018fb

Please sign in to comment.