[jboss-cvs] jboss-cvs-commits Digest, Vol 48, Issue 161

Ales Justin ales.justin at gmail.com
Tue Jun 15 07:32:52 EDT 2010


Already fixed. ;-)

On Jun 15, 2010, at 1:30 PM, Thomas Diesler wrote:

> yes, there was some confusion about ClassLoaderInformation after svn up and eclipse import. I thought I restored that to its original state, but looking at the code more closely it should read destroyBlackList() I guess. I'll change it back to that.
> 
> Thanks for spotting this
> -thomas
> 
> On 06/15/2010 12:53 PM, Ales Justin wrote:
>> Could you please in the future pay more attention when rolling back things,
>> so it's actually left in the proper state -- you re-introduced a typo!
>> 
>>> Modified: projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java
>>> ===================================================================
>>> --- projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java	2010-06-14 19:22:01 UTC (rev 106037)
>>> +++ projects/jboss-cl/trunk/classloader/src/main/java/org/jboss/classloader/spi/base/ClassLoaderInformation.java	2010-06-14 19:31:07 UTC (rev 106038)
>>> @@ -302,7 +302,7 @@
>>>          {
>>>             // we can blacklist atm, but the new one can't
>>>             if (cantBlacklist == 0)
>>> -               destroyBlackList();
>>> +               destroyCache();
>>> 
>>>             cantBlacklist++;
>>>          }
>> 
> 
> -- 
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Thomas Diesler
> JBoss OSGi Lead
> JBoss, a division of Red Hat
> xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 




More information about the jboss-cvs-commits mailing list