Skip to content

Commit 1c03aaa

Browse files
committed
Fix Javadoc in ResponseEntityExceptionHandler
1 parent be5e40a commit 1c03aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* individual methods that handle a specific exception, override
6060
* {@link #handleExceptionInternal} to override common handling of all exceptions,
6161
* or {@link #createResponseEntity} to intercept the final step of creating the
62-
* @link ResponseEntity} from the selected HTTP status code, headers, and body.
62+
* {@link ResponseEntity} from the selected HTTP status code, headers, and body.
6363
*
6464
* @author Rossen Stoyanchev
6565
* @since 3.2

0 commit comments

Comments
 (0)