提交 ce698552 编写于 作者: R Rossen Stoyanchev

Fix failing tests

上级 ccb2c653
...@@ -125,7 +125,7 @@ public class ExceptionHandlerMethodResolver { ...@@ -125,7 +125,7 @@ public class ExceptionHandlerMethodResolver {
* @return a Method to handle the exception, or {@code null} if none found * @return a Method to handle the exception, or {@code null} if none found
*/ */
public Method resolveMethod(Exception exception) { public Method resolveMethod(Exception exception) {
return resolveMethod(exception); return resolveMethodByThrowable(exception);
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册