mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
This commit is contained in:
+1
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user