Skip to content

Commit

Permalink
Inconsistent variable naming - OIDC Client docs, OidcClientCreator.
Browse files Browse the repository at this point in the history
Signed-off-by: Žan Horvat <zhorvat0716@gmail.com>
(cherry picked from commit 60eb646)
  • Loading branch information
ZanHorvat authored and gsmet committed Apr 9, 2024
1 parent dd85e93 commit d363d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ import io.quarkus.oidc.client.runtime.TokensHelper;
public class OidcClientResource {
@Inject
OidcClientCreator clients;
OidcClientCreator oidcClientCreator;
TokensHelper tokenHelper = new TokensHelper();
@Inject
Expand Down

0 comments on commit d363d59

Please sign in to comment.