Skip to content

Commit f9884e0

Browse files
committed
Polish external contribution
1 parent 9819cb3 commit f9884e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/function/support/HandlerFunctionAdapter.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -75,7 +75,8 @@ public int getOrder() {
7575
* for further processing of the concurrently produced result.
7676
* <p>If this value is not set, the default timeout of the underlying
7777
* 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.
7980
* @param timeout the timeout value in milliseconds
8081
*/
8182
public void setAsyncRequestTimeout(long timeout) {

0 commit comments

Comments
 (0)