|
From: Juergen H. <ju...@in...> - 2005-07-09 06:48:53
|
Good point - changed it to "private static final".
Juergen
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...] On Behalf Of
Dave Brosius
Sent: Saturday, July 09, 2005 3:51 AM
To: spr...@li...
Subject: [Springframework-developer] No harm, but seems odd
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);
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|