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 4cbb87f commit 9ea9e08Copy full SHA for 9ea9e08
src/main/java/dev/openfeature/javasdk/EvaluationContext.java
@@ -111,6 +111,10 @@ public ZonedDateTime getDatetimeAttribute(String key) {
111
112
/**
113
* Merges two EvaluationContext objects with the second overriding the first in case of conflict.
114
+ *
115
+ * @param ctx1 base context
116
+ * @param ctx2 overriding context
117
+ * @return resulting merged context
118
*/
119
public static EvaluationContext merge(EvaluationContext ctx1, EvaluationContext ctx2) {
120
EvaluationContext ec = new EvaluationContext();
0 commit comments