We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3c1cac + 1f4b6e0 commit 5796dc5Copy full SHA for 5796dc5
src/main/java/dev/openfeature/javasdk/EvaluationContext.java
@@ -18,7 +18,7 @@ public class EvaluationContext {
18
private final Map<String, Boolean> booleanAttributes;
19
final Map<String, String> jsonAttributes;
20
21
- EvaluationContext() {
+ public EvaluationContext() {
22
objMapper = new ObjectMapper();
23
this.targetingKey = "";
24
this.integerAttributes = new HashMap<>();
0 commit comments