Skip to content

Commit 4ea4c29

Browse files
committed
remove deprectaed notice
Signed-off-by: christian.lutnik <[email protected]>
1 parent a73b3f2 commit 4ea4c29

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/main/java/dev/openfeature/sdk/LayeredEvaluationContext.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ public String getTargetingKey() {
5353
return targetingKey;
5454
}
5555

56-
/**
57-
* Using this method should be avoided as it comes with a performance cost.
58-
* Consider constructing a new LayeredEvaluationContext instead.
59-
*
60-
* <p>
61-
* Does not modify this object.
62-
*
63-
* @param overridingContext overriding context
64-
* @return A new LayeredEvaluationContext containing the context from this object, with the overridingContext
65-
* merged on top.
66-
* @deprecated Use of this method is discouraged due to performance considerations.
67-
*/
68-
@Deprecated
6956
@Override
7057
public EvaluationContext merge(EvaluationContext overridingContext) {
7158
var merged = new LayeredEvaluationContext(apiContext, transactionContext, clientContext, invocationContext);

0 commit comments

Comments
 (0)