Merge pull request #33 from thomaspoignant/fix-public-evaluationcontext-constructor
fix: EvaluationContext make constructor public
This commit is contained in:
commit
1f4b6e0bf6
|
|
@ -18,7 +18,7 @@ public class EvaluationContext {
|
|||
private final Map<String, Boolean> booleanAttributes;
|
||||
final Map<String, String> jsonAttributes;
|
||||
|
||||
EvaluationContext() {
|
||||
public EvaluationContext() {
|
||||
objMapper = new ObjectMapper();
|
||||
this.targetingKey = "";
|
||||
this.integerAttributes = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue