diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java index acf341acc4d..e816389d0c4 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2021 the original author or authors. + * Copyright 2002-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -75,7 +75,8 @@ public class HandlerFunctionAdapter implements HandlerAdapter, Ordered { * for further processing of the concurrently produced result. *
If this value is not set, the default timeout of the underlying * implementation is used. - * A value of 0 or less indicates that the asynchronous operation will never time out. + *
A value of 0 or less indicates that the asynchronous operation will never + * time out. * @param timeout the timeout value in milliseconds */ public void setAsyncRequestTimeout(long timeout) {