Skip to content

Commit

Permalink
ProviderContext should not extend LoaderContext
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Jan 10, 2025
1 parent cc5e17f commit 49af634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public non-sealed interface KeyValuesProvider extends KeyValuesServiceProvider {
* A context provided to {@link KeyValuesProvider} implementations to supply
* necessary dependencies and services.
*/
public sealed interface ProviderContext extends LoaderContext {
public sealed interface ProviderContext extends Context {

}

Expand Down

0 comments on commit 49af634

Please # to comment.