Skip to content

Commit 1f4b6e0

Browse files
Merge pull request open-feature#33 from thomaspoignant/fix-public-evaluationcontext-constructor
fix: EvaluationContext make constructor public
2 parents af2776b + 0a714fa commit 1f4b6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/openfeature/javasdk/EvaluationContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class EvaluationContext {
1818
private final Map<String, Boolean> booleanAttributes;
1919
final Map<String, String> jsonAttributes;
2020

21-
EvaluationContext() {
21+
public EvaluationContext() {
2222
objMapper = new ObjectMapper();
2323
this.targetingKey = "";
2424
this.integerAttributes = new HashMap<>();

0 commit comments

Comments
 (0)