It's currently protected, just to expose it to the unit tests. The point is to ensure that the only way to gain access to the Registry is via the static method, which ensures that the Registry exists, and that Registry.cleanupThread() will be invoked properly.
I'm not exactly sure how another piece of code could gain access to the servlet instance however. On Thu, 11 Nov 2004 20:58:37 -0500, James Carman <[EMAIL PROTECTED]> wrote: > > > > Would it hurt anything to make the modifier to that method protected rather > than "default"? -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
