You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,7 @@ public interface RestClientsConfig {
177
177
Optional<Boolean> followRedirects();
178
178
179
179
/**
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.
0 commit comments