Make constructor public
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
This commit is contained in:
parent
af2776b286
commit
0a714fa637
|
|
@ -18,7 +18,7 @@ public class EvaluationContext {
|
||||||
private final Map<String, Boolean> booleanAttributes;
|
private final Map<String, Boolean> booleanAttributes;
|
||||||
final Map<String, String> jsonAttributes;
|
final Map<String, String> jsonAttributes;
|
||||||
|
|
||||||
EvaluationContext() {
|
public EvaluationContext() {
|
||||||
objMapper = new ObjectMapper();
|
objMapper = new ObjectMapper();
|
||||||
this.targetingKey = "";
|
this.targetingKey = "";
|
||||||
this.integerAttributes = new HashMap<>();
|
this.integerAttributes = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue