File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-webmvc/src/main/java/org/springframework/web/servlet/function/support Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -75,7 +75,8 @@ public int getOrder() {
75
75
* for further processing of the concurrently produced result.
76
76
* <p>If this value is not set, the default timeout of the underlying
77
77
* implementation is used.
78
- * A value of 0 or less indicates that the asynchronous operation will never time out.
78
+ * <p>A value of 0 or less indicates that the asynchronous operation will never
79
+ * time out.
79
80
* @param timeout the timeout value in milliseconds
80
81
*/
81
82
public void setAsyncRequestTimeout (long timeout ) {
You can’t perform that action at this time.
0 commit comments