Browse Source

Fix copy-n-paste error in Javadoc

pull/35599/head
Sam Brannen 5 months ago
parent
commit
26c57cecd2
  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

@ -87,7 +87,7 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa @@ -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
*/

Loading…
Cancel
Save