We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b9253 commit 686dd3bCopy full SHA for 686dd3b
force-app/repository/Cursor.cls
@@ -40,6 +40,7 @@ public virtual without sharing class Cursor {
40
return this;
41
}
42
43
+ @SuppressWarnings('PMD.EmptyStatementBlock')
44
protected Cursor() {
45
46
0 commit comments