Fix Javadoc Type Parameter
This commit is contained in:
parent
c79dac49ca
commit
cef13a6a16
|
|
@ -51,8 +51,8 @@ import org.springframework.web.accept.HeaderContentNegotiationStrategy;
|
||||||
* Base class for configuring {@link AbstractAuthenticationFilterConfigurer}. This is
|
* Base class for configuring {@link AbstractAuthenticationFilterConfigurer}. This is
|
||||||
* intended for internal use only.
|
* intended for internal use only.
|
||||||
*
|
*
|
||||||
* @param T refers to "this" for returning the current configurer
|
* @param <T> refers to "this" for returning the current configurer
|
||||||
* @param F refers to the {@link AbstractAuthenticationProcessingFilter} that is being
|
* @param <F> refers to the {@link AbstractAuthenticationProcessingFilter} that is being
|
||||||
* built
|
* built
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
* @since 3.2
|
* @since 3.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue