diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java index 2c4903f540..3a4ac5a19e 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java @@ -59,7 +59,7 @@ import org.springframework.web.util.WebUtils; * individual methods that handle a specific exception, override * {@link #handleExceptionInternal} to override common handling of all exceptions, * or {@link #createResponseEntity} to intercept the final step of creating the - * @link ResponseEntity} from the selected HTTP status code, headers, and body. + * {@link ResponseEntity} from the selected HTTP status code, headers, and body. * * @author Rossen Stoyanchev * @since 3.2