Skip to content

Commit 686dd3b

Browse files
committed
Re-add PMD suppression
1 parent f2b9253 commit 686dd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

force-app/repository/Cursor.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public virtual without sharing class Cursor {
4040
return this;
4141
}
4242

43+
@SuppressWarnings('PMD.EmptyStatementBlock')
4344
protected Cursor() {
4445
}
4546

0 commit comments

Comments
 (0)