You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Berin Loritsch <bl...@apache.org> on 2003/04/04 18:19:06 UTC

Re: Patch AbstractContainer of Fortress

Schaible, Jörg wrote:
> Hi,
> 
> I am currently working for some kind of dynamic created services.
> All these services will be children for a container, but I do not
> know how much there will be. The problem with the AbstractContainer
> is that it creates a StaticBucketMap with a fixed size of 255 
> (default) buckets for the hint map. Even more, the has table itself
> should never be filled to that level at all. So I would like to
> select my own Map used for the implementation. My patch refactores
> this out into a protected createHintMap function and changes any
> unnecessary cast to StaticBucketMap into Map.
> 
> Please apply. Diff attached, but also below, since we had problems 
> with attachments lately.


Your patch has been applied.  I appologize for the delay.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org