We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af2776b + 0a714fa commit 1f4b6e0Copy full SHA for 1f4b6e0
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