Skip to content

Commit 0a6b116

Browse files
committed
Improved Javadoc
1 parent d37e787 commit 0a6b116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
/**
4949
* A convenient base for classes with {@link ExceptionHandler} methods providing
5050
* infrastructure to handle standard Spring MVC exceptions. The functionality is
51-
* equivalent to that of the {@link DefaultHandlerExceptionResolver} except it
52-
* can be customized to write error content to the body of the response. If there
53-
* is no need to write error content, use {@code DefaultHandlerExceptionResolver}
51+
* equivalent to that of the {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver DefaultHandlerExceptionResolver}
52+
* except it can be customized to write error content to the body of the response. If
53+
* there is no need to write error content, use {@code DefaultHandlerExceptionResolver}
5454
* instead.
5555
*
5656
* <p>It is expected the sub-classes will be annotated with

0 commit comments

Comments
 (0)