On 23/03/2010 08:39, Konstantin Kolinko wrote:
> There is a more easy way to write the same loop:
> for (int i = instances.length; (--i) >= 0; ) {

I know. I was keeping the code consistent with the other places
listeners get called in reverse order. Of course, that doesn't stop you
cleaning them all up :)

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to