Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
This commit is contained in:
parent
0e6abd1377
commit
3ad0e77db8
|
@ -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
|
* Sets the dispatcher types that should be used with the registration.
|
||||||
* specified the types will be deduced based on the value of
|
|
||||||
* {@link #isAsyncSupported()}.
|
|
||||||
* @param dispatcherTypes the dispatcher types
|
* @param dispatcherTypes the dispatcher types
|
||||||
*/
|
*/
|
||||||
public void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) {
|
public void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) {
|
||||||
|
|
Loading…
Reference in New Issue