Skip to content

Commit 580b8b9

Browse files
committed
Fix punctuation in Javadoc
1 parent e65a1a4 commit 580b8b9

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
@@ -56,7 +56,7 @@
5656
*
5757
* <p>This base class provides an {@code @ExceptionHandler} method for handling
5858
* internal Spring MVC exceptions. This method returns a {@code ResponseEntity}
59-
* for writing to the response with a {@link HttpMessageConverter message converter}.
59+
* for writing to the response with a {@link HttpMessageConverter message converter},
6060
* in contrast to
6161
* {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
6262
* DefaultHandlerExceptionResolver} which returns a

0 commit comments

Comments
 (0)