Polish external contribution
This commit is contained in:
parent
9819cb3eb5
commit
f9884e08af
|
|
@ -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.
|
||||
* <p>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.
|
||||
* <p>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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue