Skip to content

Commit 20300ab

Browse files
committed
Update providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/SyncMetadataHook.java
Signed-off-by: Todd Baert <[email protected]>
1 parent acef976 commit 20300ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/SyncMetadataHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SyncMetadataHook implements Hook<Object> {
1717
}
1818

1919
/**
20-
* Return the enriched context, including the additional attributes from the sync-metadata.
20+
* Return the context adapted from the sync-metadata provided by the supplier.
2121
*/
2222
@Override
2323
public Optional<EvaluationContext> before(HookContext<Object> ctx, Map<String, Object> hints) {

0 commit comments

Comments
 (0)