Skip to content

Commit

Permalink
Fix documentation of providers field of REST Client
Browse files Browse the repository at this point in the history
Fixes: #45068
  • Loading branch information
geoand committed Dec 12, 2024
1 parent fc237a6 commit 167327f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ public interface RestClientsConfig {
Optional<Boolean> followRedirects();

/**
* Map where keys are fully-qualified provider classnames to include in the client, and values are their integer
* priorities. The equivalent of the `@RegisterProvider` annotation.
* Fully-qualified provider classnames to include in the client. The equivalent of the `@RegisterProvider` annotation.
* <p>
* Can be overwritten by client-specific settings.
*/
Expand Down

0 comments on commit 167327f

Please sign in to comment.