Skip to content

Commit 9ea9e08

Browse files
committed
Add some missing javadoc
1 parent 4cbb87f commit 9ea9e08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/dev/openfeature/javasdk/EvaluationContext.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ public ZonedDateTime getDatetimeAttribute(String key) {
111111

112112
/**
113113
* 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
114118
*/
115119
public static EvaluationContext merge(EvaluationContext ctx1, EvaluationContext ctx2) {
116120
EvaluationContext ec = new EvaluationContext();

0 commit comments

Comments
 (0)