You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/OAuth2TokenCustomizer.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@
22
22
* @author Joe Grandja
23
23
* @since 0.1.0
24
24
* @see OAuth2TokenContext
25
-
* @param <C> the type of the context containing the OAuth 2.0 Token attributes
25
+
* @param <T> the type of the context containing the OAuth 2.0 Token attributes
0 commit comments