Skip to content

Commit

Permalink
Merge pull request quarkusio#45080 from geoand/quarkusio#45068
Browse files Browse the repository at this point in the history
Fix documentation of providers field of REST Client
  • Loading branch information
geoand authored Dec 12, 2024
2 parents 50371bb + 167327f commit 5df7b0e
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 5df7b0e

Please sign in to comment.