Skip to content

Commit

Permalink
Update providers/flagd/src/main/java/dev/openfeature/contrib/provider…
Browse files Browse the repository at this point in the history
…s/flagd/SyncMetadataHook.java

Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Oct 1, 2024
1 parent e22a02d commit ffa1893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SyncMetadataHook implements Hook<Object> {
}

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

0 comments on commit ffa1893

Please sign in to comment.