From 26c57cecd2cf0816fd023c00249d9215c02d63af Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:45:32 +0200 Subject: [PATCH] Fix copy-n-paste error in Javadoc --- .../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 efa07294c5f..e65d04f01d7 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 @@ -87,7 +87,7 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa /** - * Handle all exceptions raised within Spring MVC handling of the request. + * Handle all exceptions raised within Spring WebFlux handling of the request. * @param ex the exception to handle * @param exchange the current request-response */