Polishing

This commit is contained in:
Juergen Hoeller
2021-10-08 20:41:51 +02:00
parent 4b01370f54
commit 87aaf5049b
4 changed files with 6 additions and 8 deletions

View File

@@ -520,7 +520,7 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes
/**
* Handle the case where an async request timed out.
* <p>The default implementation sends an HTTP 503 error.
* @param ex the {@link AsyncRequestTimeoutException }to be handled
* @param ex the {@link AsyncRequestTimeoutException} to be handled
* @param request current HTTP request
* @param response current HTTP response
* @param handler the executed handler, or {@code null} if none chosen