From d660f5f62f7ba98ca510b2e7f07b36712495214a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 13 Jul 2022 12:22:03 +0200 Subject: [PATCH] Fix Javadoc in ResponseEntityExceptionHandler --- .../method/annotation/ResponseEntityExceptionHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java b/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java index a85c2b6be56..0efdeda1305 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java @@ -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