Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jan 15, 2025
1 parent 33017a0 commit 42161ec
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public class OAuth2Manager extends RefreshingAuthManager {
private OAuthTokenResponse authResponse;
private AuthSessionCache sessionCache;

public OAuth2Manager(String name) {
super(name + "-token-refresh");
this.name = name;
public OAuth2Manager(String managerName) {
super(managerName + "-token-refresh");
this.name = managerName;
}

@Override
Expand Down

0 comments on commit 42161ec

Please sign in to comment.