Re: [xml-dev] RDDL possibilities

From
Jonathan Borden <>
To
Michael Brennan <>, 'Leigh Dodds ' <>, "'Simon St.Laurent '" <>,
Date
2002-01-17T22:00:49Z
ID
<008701c19fa2$6eefc450$>
Thread
Re: [xml-dev] RDDL possibilities
Michael Brennan wrote:
>
> RDDL allows that, but I did notice a bug in the current Java code at the
> RDDL site. It uses TreeMaps to store resources based on nature, purpose,
> etc. However, the code seems to assume that TreeMaps allow duplicate keys.
> Java TreeMaps don't allow duplicate keys, though, so the Map ends up
storing
> one resource for each nature or purpose.

Thanks. This is indeed something that needs to be fixed.

Jonathan