Fix Javadoc in ResponseEntityExceptionHandler

This commit is contained in:
Sam Brannen 2022-07-12 13:29:02 +02:00
parent be5e40a9d1
commit 1c03aaaddc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ import org.springframework.web.util.WebUtils;
* individual methods that handle a specific exception, override
* {@link #handleExceptionInternal} to override common handling of all exceptions,
* or {@link #createResponseEntity} to intercept the final step of creating the
* @link ResponseEntity} from the selected HTTP status code, headers, and body.
* {@link ResponseEntity} from the selected HTTP status code, headers, and body.
*
* @author Rossen Stoyanchev
* @since 3.2