Fix Javadoc in ResponseEntityExceptionHandler
This commit is contained in:
parent
353666627f
commit
d660f5f62f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue