Re: PATCH - AdaptiveClassLoader.java (oops!)

2001-07-19 Thread David Haraburda
Oops. Accidentally attached the file with output from multiple runs of diff: Here is the correct (smaller) patch, with my apologies... David -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980-0013 x736 --- AdaptiveClassLoader.java.orig Sat Mar 3 21:

PATCH - AdaptiveClassLoader.java

2001-07-19 Thread David Haraburda
Hi, This is a patch for AdaptiveClassLoader -- it fixes the problem(s) I've described in my previous post. In short: The API documentation for java.lang.ClassLoader states that subclasses of ClassLoader should implement the findResource and findResources method. I've added these methods to Ada