提交 306652bc 编写于 作者: A ascrutae

1. 修复编译问题

上级 5b451c8d
......@@ -67,7 +67,9 @@ public class TomcatPluginInterceptor implements InstanceMethodsAroundInterceptor
}
@Override
public void handleMethodException(Throwable t, EnhancedClassInstanceContext context, InstanceMethodInvokeContext interceptorContext, Object ret) {
// DO Nothing
public void handleMethodException(Throwable t, EnhancedClassInstanceContext context,
InstanceMethodInvokeContext interceptorContext) {
new RPCServerInvokeMonitor().occurException(t);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册