Skip to content

Commit

Permalink
fix: make flagd config EvaluatorType public (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Weis <[email protected]>
Co-authored-by: Simon Weis <[email protected]>
  • Loading branch information
detached and Simon Weis authored Oct 10, 2024
1 parent 51ef724 commit c99c66b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ static Resolver fromValueProvider(Function<String, String> provider) {
}
}

// intermediate interface to unify deprecated Evaluator & new Resolver
interface EvaluatorType {
/**
* intermediate interface to unify deprecated Evaluator and new Resolver.
**/
public interface EvaluatorType {
String asString();
}

Expand Down

0 comments on commit c99c66b

Please sign in to comment.