DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37431>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37431 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16930|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2005-11-10 00:30 ------- Created an attachment (id=16931) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16931&action=view) GenericKeyedObjectPool-remove-collections-dep-and-poolList.patch GenericKeyedObjectPool maintained a parallel Map of keys/idle object pools and a List of those idle object pools. One of the side effects of my previous patch, GenericKeyedObjectPool-remove-collections-dep.patch, is that keeping a parallel List of idle object pools is no longer needed. This patch builds on that patch by removing the no longer needed _poolList field. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
