Generated by
JDiff

Class org.springframework.aop.interceptor.SimpleTraceInterceptor

Changed Methods
String getInvocationDescription(MethodInvocation) Change in signature from MethodInvocation to org.aopalliance.intercept.MethodInvocation.
Return a description for the given method invocation.
Object invokeUnderTrace(MethodInvocation, Log) Change in signature from (MethodInvocation, Log) to (org.aopalliance.intercept.MethodInvocation, Log).