Fix Javadoc in ResponseEntityExceptionHandler

This commit is contained in:
Sam Brannen 2022-07-13 12:22:03 +02:00
parent 353666627f
commit d660f5f62f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import org.springframework.web.server.UnsupportedMediaTypeStatusException;
* 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 6.0