Skip to content

Commit 5df7b0e

Browse files
authored
Merge pull request #45080 from geoand/#45068
Fix documentation of providers field of REST Client
2 parents 50371bb + 167327f commit 5df7b0e

File tree

1 file changed

+1
-2
lines changed
  • extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config

1 file changed

+1
-2
lines changed

extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ public interface RestClientsConfig {
177177
Optional<Boolean> followRedirects();
178178

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

0 commit comments

Comments
 (0)