Skip to content

Commit

Permalink
Merge pull request #45648 from sberyozkin/oidc_provider_client_impl_w…
Browse files Browse the repository at this point in the history
…eb_client

Enable public access to OidcProviderClientImpl#getWebClient
  • Loading branch information
gastaldi authored Jan 16, 2025
2 parents e4c8488 + 930d0f2 commit f55a6de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Vertx getVertx() {
return vertx;
}

WebClient getWebClient() {
public WebClient getWebClient() {
return client;
}

Expand Down

0 comments on commit f55a6de

Please sign in to comment.