We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95880d3 commit 49af378Copy full SHA for 49af378
src/classes/chain_ScheduleBatch.cls
@@ -7,7 +7,7 @@ public inherited sharing abstract class chain_ScheduleBatch extends chain_Batch
7
}
8
9
public chain_ScheduleBatch(final String jobName, final Integer minutesFromNow, final Integer scopeSize){
10
- this(scopeSize);
+ super(scopeSize);
11
this.jobName = jobName;
12
this.minutesFromNow = minutesFromNow > 0 ? minutesFromNow : 1;
13
0 commit comments