mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
Fix punctuation in Javadoc
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ import org.springframework.web.util.WebUtils;
|
||||
*
|
||||
* <p>This base class provides an {@code @ExceptionHandler} method for handling
|
||||
* internal Spring MVC exceptions. This method returns a {@code ResponseEntity}
|
||||
* for writing to the response with a {@link HttpMessageConverter message converter}.
|
||||
* for writing to the response with a {@link HttpMessageConverter message converter},
|
||||
* in contrast to
|
||||
* {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver
|
||||
* DefaultHandlerExceptionResolver} which returns a
|
||||
|
||||
Reference in New Issue
Block a user