From f9884e08afa3568354cc1180af8e74f838c23fd4 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 30 Jan 2023 14:16:49 +0100 Subject: [PATCH] Polish external contribution --- .../web/servlet/function/support/HandlerFunctionAdapter.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 acf341acc4..e816389d0c 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) {