|
From: Dave B. <dbr...@qi...> - 2005-07-09 01:50:45
|
org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor is
declared final but has a protected member.
Seems confused.
public final class ThrowsAdviceInterceptor implements MethodInterceptor {
// TODO make serializable (methods are not serializable)
private static final String AFTER_THROWING = "afterThrowing";
protected static Log logger =
LogFactory.getLog(ThrowsAdviceInterceptor.class);
|