Skip to content

Commit 0714c47

Browse files
committed
Suppress PMD warnings
1 parent c487f28 commit 0714c47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/application-monitoring/main/classes/LoggerUtility.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@SuppressWarnings('PMD')
12
public without sharing class LoggerUtility extends CRM_ApplicationDomain {
23
public enum LogLevel {
34
INFO,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
22
<ApexTrigger xmlns="http://soap.sforce.com/2006/04/metadata">
3-
<apiVersion>51.0</apiVersion>
3+
<apiVersion>64.0</apiVersion>
44
<status>Active</status>
55
</ApexTrigger>

0 commit comments

Comments
 (0)