Skip to content

Commit 0a714fa

Browse files
Make constructor public
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent af2776b commit 0a714fa

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)