classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SystemClassLoader patch


From: Mark Wielaard
Subject: Re: SystemClassLoader patch
Date: 03 Dec 2002 19:58:21 +0100

Hi,

On Tue, 2002-12-03 at 11:07, Jeroen Frijters wrote:
> Hi,
> 
> If someone would incorporate the enclosed patch, I'd be much obliged.
> Class loaders should override findResource instead of getResource,
> otherwise the delegation model doesn't work.
> 
> Regards,
> Jeroen

Thanks. Committed as follows:

2002-12-03  Jeroen Frijters  <address@hidden>

        * gnu/java/lang/SystemClassLoader.java (getResource): Renamed to
        findResource and made protected.
        (findResource): New protected method renamed from getResource.
        (systemGetResource): Renamed to systemFindResource and made private.
        (systemFindResource): New private methods renamed from
        systemGetResource.

        * THANKYOU: Added Jeroen.

Thanks,

Mark





reply via email to

[Prev in Thread] Current Thread [Next in Thread]