Polish Javadoc

This commit is contained in:
Sam Brannen
2022-12-13 13:44:03 +01:00
parent 98f152e8d5
commit 7fe78b745f
3 changed files with 12 additions and 11 deletions

View File

@@ -53,8 +53,8 @@ import org.springframework.web.server.UnsupportedMediaTypeStatusException;
* for global exception handling in an application. Subclasses can override
* 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.
* or override {@link #createResponseEntity} to intercept the final step of creating
* the {@link ResponseEntity} from the selected HTTP status code, headers, and body.
*
* @author Rossen Stoyanchev
* @since 6.0