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