Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes

See gh-36965
This commit is contained in:
abaudat 2023-08-14 13:20:25 +02:00 committed by Stephane Nicoll
parent 0e6abd1377
commit 3ad0e77db8

View File

@ -169,9 +169,7 @@ public abstract class AbstractFilterRegistrationBean<T extends Filter> extends D
}
/**
* Sets the dispatcher types that should be used with the registration. If not
* specified the types will be deduced based on the value of
* {@link #isAsyncSupported()}.
* Sets the dispatcher types that should be used with the registration.
* @param dispatcherTypes the dispatcher types
*/
public void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) {