On 1/5/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
We could just add a class loader flag to every method and then all it to be null. If null we could default to the TCCL.
I'd rather prefer having two disctict methods with and without classLoader as a input parameter. The ones without a classLoader param would delegate to the ones that have. I think it'd be much clearer. Being forced to do if (classLoader == null) is weird to me, but since it's just a programming style I can live with/get used to both. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
