Hi All,

Looking at org.apache.commons.pool2.impl.GenericKeyedObjectPool.clear(K) and 
clear(), I am wondering why the former calls clear(K, boolean) with true while 
the latter calls it with false.

Surely both should call clear(K, boolean) with the same value.

Any ideas?

Gary

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

Reply via email to