Skip to content

Commit d660f5f

Browse files
committed
Fix Javadoc in ResponseEntityExceptionHandler
1 parent 3536666 commit d660f5f

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
@@ -50,7 +50,7 @@
5050
* individual methods that handle a specific exception, override
5151
* {@link #handleExceptionInternal} to override common handling of all exceptions,
5252
* or {@link #createResponseEntity} to intercept the final step of creating the
53-
* @link ResponseEntity} from the selected HTTP status code, headers, and body.
53+
* {@link ResponseEntity} from the selected HTTP status code, headers, and body.
5454
*
5555
* @author Rossen Stoyanchev
5656
* @since 6.0

0 commit comments

Comments
 (0)