Skip to content

Commit 4043b1d

Browse files
author
Phillip Webb
committed
Workaround Javadoc bug with JDK 8 (b112+)
Remove Javadoc linkplain to ExceptionHandler#value() from AnnotationMethodHandlerExceptionResolver to work around JDK Javadoc bug 9007707.
1 parent 558aec2 commit 4043b1d

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/annotation/AnnotationMethodHandlerExceptionResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public void doWith(Method method) {
206206

207207
/**
208208
* Returns all the exception classes handled by the given method.
209-
* <p>The default implementation looks for exceptions in the {@linkplain ExceptionHandler#value() annotation},
209+
* <p>The default implementation looks for exceptions in the annotation,
210210
* or - if that annotation element is empty - any exceptions listed in the method parameters if the method
211211
* is annotated with {@code @ExceptionHandler}.
212212
* @param method the method

0 commit comments

Comments
 (0)