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: config/src/main/java/org/springframework/security/config/annotation/web/configurers/AbstractAuthenticationFilterConfigurer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,8 @@
51
51
* Base class for configuring {@link AbstractAuthenticationFilterConfigurer}. This is
52
52
* intended for internal use only.
53
53
*
54
-
* @param T refers to "this" for returning the current configurer
55
-
* @param F refers to the {@link AbstractAuthenticationProcessingFilter} that is being
54
+
* @param <T> refers to "this" for returning the current configurer
55
+
* @param <F> refers to the {@link AbstractAuthenticationProcessingFilter} that is being
0 commit comments