Skip to content

Commit a53ca7c

Browse files
ngocnhan-tran1996sjohnr
authored andcommitted
Update ServerOAuth2AuthorizedClientExchangeFilterFunction javadoc
Closes gh-16555 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent af40d7e commit a53ca7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/reactive/function/client/ServerOAuth2AuthorizedClientExchangeFilterFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -245,7 +245,7 @@ private static ReactiveOAuth2AuthorizedClientManager createDefaultAuthorizedClie
245245
* be used to create an Authentication for saving.</li>
246246
* </ul>
247247
* @param authorizedClient the {@link OAuth2AuthorizedClient} to use.
248-
* @return the {@link Consumer} to populate the
248+
* @return the {@link Consumer} to populate the attributes
249249
*/
250250
public static Consumer<Map<String, Object>> oauth2AuthorizedClient(OAuth2AuthorizedClient authorizedClient) {
251251
return (attributes) -> attributes.put(OAUTH2_AUTHORIZED_CLIENT_ATTR_NAME, authorizedClient);

0 commit comments

Comments
 (0)