You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Glen Daniels <gd...@macromedia.com> on 2003/04/22 19:57:00 UTC

RE: cvs commit: xml-axis/java/test/functional TestJAXMSamples.jav a

Hi Tom!

>   -            // Allow mapping of HashMaps to Hashtables
>   -            if (src == HashMap.class && dest == Hashtable.class)
>   -                return true;
>   -
> 
> Did you mean to remove the HashMap to HashTable clause?

Yes, it was redundant with the Map -> Map one above it.

--Glen