On Tue, 20 Nov 2001, Robert Bushman wrote: > There are some other issues that should be > addressed, such as "What if a subclass overrides > an internal method without knowing it?" Declaring > the method final would solve this problem, and > using a more "namespace friendly" name might > make that a more reasonable solution (EG: prefixing > such methods with "le_" to signify that they are > Logging Event internal).
Actually, come to think of it, subclasses don't override private methods, so this isn't an issue. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>