Skip to content

Commit 26c57ce

Browse files
committed
Fix copy-n-paste error in Javadoc
1 parent 19b4021 commit 26c57ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void setMessageSource(MessageSource messageSource) {
8787

8888

8989
/**
90-
* Handle all exceptions raised within Spring MVC handling of the request.
90+
* Handle all exceptions raised within Spring WebFlux handling of the request.
9191
* @param ex the exception to handle
9292
* @param exchange the current request-response
9393
*/

0 commit comments

Comments
 (0)