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 10f2cf2 commit 056a0d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Each inner class maps to a corresponding `SObjectType` that is difficult to work with Apex for some reason or another,
* such as not being mockable or creatable, or not existing in all orgs.
*/
@SuppressWarnings('PMD.ExcessivePublicCount, PMD.PropertyNamingConventions')
public without sharing class LoggerSObjectProxy {
/**
* @description All `Schema.AuthSession` SObjects are read-only in Apex, which makes them more difficult to work with, and impossible
Expand Down Expand Up @@ -75,6 +74,7 @@ public without sharing class LoggerSObjectProxy {
public String UniqueName;
}

@SuppressWarnings('PMD.ApexDoc')
private abstract class SObjectProxy {
public String serialize() {
return System.JSON.serializePretty(this);
Expand Down

0 comments on commit 056a0d5

Please sign in to comment.