http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2530 *** shadow/2530 Tue Jul 10 10:32:31 2001 --- shadow/2530.tmp.26733 Tue Jul 10 10:37:06 2001 *************** *** 47,49 **** --- 47,57 ---- private or remove it entirely -- that way, there will at least be a compile- time error for applications that use the old interface. (That's probably better than breaking existing code silently.) + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-10 10:37 ------- + .. better still, make the old method "public final". This will continue to + allow calls to that method in existing applications but will give a compile- + time error to applications that override the old method in a derived class + (wondering why it's no longer called ;-) + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
