Browse Source

Fix Javadoc in ResponseEntityExceptionHandler

pull/28821/head
Sam Brannen 4 years ago
parent
commit
d660f5f62f
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java

2
spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java

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