Skip to content

Commit 38d35a2

Browse files
committed
Suppress PMD warnings
1 parent 2a60c77 commit 38d35a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/application-monitoring/test/classes/LoggerUtility_Test.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @description Unit tests for the LoggerUtility class.
33
*/
4+
@SuppressWarnings('PMD')
45
@IsTest(isParallel=true)
56
public class LoggerUtility_Test {
67
@IsTest

0 commit comments

Comments
 (0)