Skip to content

Commit

Permalink
set constant public
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Nov 8, 2019
1 parent 8cc07ff commit 3dd8cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/chain_Batch.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public inherited sharing abstract class chain_Batch extends chain_Chainable implements Database.Batchable<sObject> {
static protected final Integer MAX_SCOPE_SIZE = 2000;
static public final Integer MAX_SCOPE_SIZE = 2000;
protected Database.BatchableContext bc;
protected List<sObject> scope;
protected Integer scopeSize;
Expand Down

0 comments on commit 3dd8cbd

Please sign in to comment.