diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java index 45ea1701845..fc4ec35b11a 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/AbstractFilterRegistrationBean.java @@ -169,9 +169,7 @@ public abstract class AbstractFilterRegistrationBean 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 dispatcherTypes) {