1. 修复编译问题

This commit is contained in:
ascrutae 2016-08-04 13:33:25 +08:00
parent 5b451c8d1b
commit 306652bc7d
1 changed files with 4 additions and 2 deletions

View File

@ -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);
}
}