You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Royal <pr...@apache.org> on 2003/02/04 22:40:16 UTC

Re: cvs commit: jakarta-avalon-excalibur/fortress/src/test/org/apache/avalon/fortress/test/data test1.xconf

On Tuesday, February 4, 2003, at 02:39  PM, bloritsch@apache.org wrote:
>   -            if( null == hintMap ) // never heard of this role 
> before.
>   +            // Initialize the hintMap if it doesn't exist yet.
>   +            if( null == hintMap )
>                {
>                    hintMap = new StaticBucketMap();
>                    hintMap.put( DEFAULT_ENTRY, handler );
>                    m_mapper.put( role, hintMap );
>                }
>   -            else // know it already. add something to the hintmap
>   +
>   +            hintMap.put( metaData.getName(), handler );

gah, you rock. i just found that bug and had just updated CVS to remove 
my debugging fixes and saw that it was fixed!
-pete


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