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