Skip to content

Commit 2cb1a6b

Browse files
Simon Weisdetached
Simon Weis
authored andcommitted
Make EvaluatorType public
The implementing enums can then be used in Kotlin. Signed-off-by: Simon Weis <[email protected]>
1 parent 51ef724 commit 2cb1a6b

File tree

1 file changed

+4
-2
lines changed
  • providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd

1 file changed

+4
-2
lines changed

providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/Config.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ static Resolver fromValueProvider(Function<String, String> provider) {
9494
}
9595
}
9696

97-
// intermediate interface to unify deprecated Evaluator & new Resolver
98-
interface EvaluatorType {
97+
/**
98+
* intermediate interface to unify deprecated Evaluator and new Resolver.
99+
**/
100+
public interface EvaluatorType {
99101
String asString();
100102
}
101103

0 commit comments

Comments
 (0)