Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.util.Assert;

/**
* Used for accessing the attribute that stores the the
* Used for accessing the attribute that stores the
* {@link ClientRegistration#getRegistrationId()}. This ensures that
* {@link org.springframework.security.oauth2.client.web.client.ClientRegistrationIdProcessor}
* aligns with all of ways of setting on both
Expand All @@ -44,7 +44,7 @@ public final class ClientAttributes {
/**
* Resolves the {@link ClientRegistration#getRegistrationId() clientRegistrationId} to
* be used to look up the {@link OAuth2AuthorizedClient}.
* @param attributes the to search
* @param attributes the attributes to search.
* @return the registration id to use.
*/
public static String resolveClientRegistrationId(Map<String, Object> attributes) {
Expand Down
Loading