We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95305ec commit 62504b7Copy full SHA for 62504b7
lib/src/main/java/dev/openfeature/javasdk/BaseEvaluation.java
@@ -1,7 +1,7 @@
1
package dev.openfeature.javasdk;
2
3
/**
4
- * We differ between the evaluation results that providers return and what is given to the end users. This is a common interface between them.
+ * This is a common interface between the evaluation results that providers return and what is given to the end users.
5
* @param <T> The type of flag being evaluated.
6
*/
7
public interface BaseEvaluation<T> {
lib/src/main/java/dev/openfeature/javasdk/Features.java
- * An API for the type-specific fetch methods we offer end users.
+ * An API for the type-specific fetch methods offered to users.
public interface Features {
0 commit comments