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