Skip to content

Commit 9eac3c5

Browse files
Update src/main/java/dev/openfeature/sdk/OpenFeatureAPI.java
Co-authored-by: Kavindu Dodanduwa <[email protected]> Signed-off-by: Sviatoslav Sharaev <[email protected]>
1 parent 1a45cba commit 9eac3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public void setTransactionContextPropagator(TransactionContextPropagator transac
127127
*
128128
* @return {@link EvaluationContext} The current transaction context
129129
*/
130-
public EvaluationContext getTransactionContext() {
130+
EvaluationContext getTransactionContext() {
131131
return this.transactionContextPropagator.getTransactionContext();
132132
}
133133

0 commit comments

Comments
 (0)