Skip to content

Commit

Permalink
SuppressWarnings unchecked apply
Browse files Browse the repository at this point in the history
  • Loading branch information
dukbong committed May 7, 2024
1 parent 892761d commit 11c2ecf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public Mono<Void> removeAuthorizedClient(String clientRegistrationId, Authentica
// @formatter:on
}

@SuppressWarnings("unchecked")
private Map<String, OAuth2AuthorizedClient> getAuthorizedClients(WebSession session) {
Assert.notNull(session, "session cannot be null");
Map<String, OAuth2AuthorizedClient> authorizedClients = session.getAttribute(this.sessionAttributeName);
Expand Down

0 comments on commit 11c2ecf

Please sign in to comment.