Skip to content

Commit cef13a6

Browse files
twosomjzheaux
authored andcommitted
Fix Javadoc Type Parameter
1 parent c79dac4 commit cef13a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/AbstractAuthenticationFilterConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
* Base class for configuring {@link AbstractAuthenticationFilterConfigurer}. This is
5252
* intended for internal use only.
5353
*
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
5656
* built
5757
* @author Rob Winch
5858
* @since 3.2

0 commit comments

Comments
 (0)