Skip to content

Commit 3ad0e77

Browse files
spa-abaudatsnicoll
authored andcommitted
Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
See gh-36965
1 parent 0e6abd1 commit 3ad0e77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ public void setDispatcherTypes(DispatcherType first, DispatcherType... rest) {
169169
}
170170

171171
/**
172-
* Sets the dispatcher types that should be used with the registration. If not
173-
* specified the types will be deduced based on the value of
174-
* {@link #isAsyncSupported()}.
172+
* Sets the dispatcher types that should be used with the registration.
175173
* @param dispatcherTypes the dispatcher types
176174
*/
177175
public void setDispatcherTypes(EnumSet<DispatcherType> dispatcherTypes) {

0 commit comments

Comments
 (0)