Add to my ToDo list :-)

Peter
Am 29.04.2010 um 01:09 schrieb Mark Thomas:

..

and also we can optimized the "for"-statement to
for(Valve valve: valves) {
if(valve instanceof ReplicationValve) {
replicationValve = (ReplicationValve)valve ;
break;
}
}
Not without changing when the debug message gets logged. Not sure we  
want to do that. I'll leave further optimisations of this but to you  
since you know the code better than I do.

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

Reply via email to