Skip to content

Commit 2cb008c

Browse files
Started the process of fully wrapping fflib_Criteria
Allows for better fluidity in using code and more consistent parameter checking Have wrapped and implemented all inSet and notInSet implementations
1 parent b68bd66 commit 2cb008c

File tree

3 files changed

+1256
-17
lines changed

3 files changed

+1256
-17
lines changed

framework/default/fflib-apex-extensions/default/classes/criteria/fflib_Criteria.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public virtual with sharing class fflib_Criteria
5757
/**
5858
* Adds the given evalutor onto the formula stack
5959
*/
60-
protected void addEvaluator( Evaluator evaluator )
60+
public void addEvaluator( Evaluator evaluator )
6161
{
6262
evaluators.add( evaluator );
6363
}

0 commit comments

Comments
 (0)