From 3ad0e77db8018bc55f23bef6ea4f0799a4f98e8e Mon Sep 17 00:00:00 2001 From: abaudat Date: Mon, 14 Aug 2023 13:20:25 +0200 Subject: [PATCH] Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes See gh-36965 --- .../boot/web/servlet/AbstractFilterRegistrationBean.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {