diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java index da6e0ee7b6e..60ea3c919e7 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcProperties.java @@ -220,8 +220,7 @@ public class WebMvcProperties { /** * Amount of time before asynchronous request handling times out. If this value is - * not set, the default timeout of the underlying implementation is used, e.g. 10 - * seconds on Tomcat with Servlet 3. + * not set, the default timeout of the underlying implementation is used. */ private Duration requestTimeout;