Closed GoogleCodeExporter closed 9 years ago
fixed in SVN r192. I used a LinkedHashMap. I didn't wrap it because it isn't
subject
to conditions which would affect thread safety. There is only one thread
inserting
into a locally created collection.
Original comment by dkavan...@gmail.com
on 6 Oct 2008 at 2:26
It looks like the wrong Hashtable was converted to the LinkedHashSet. The
"params" map is only used in
creating the request, the "results" Hashtable is the one that needs to be
changed to affect the ordering of the
returned items.
Original comment by craigwblake@gmail.com
on 6 Oct 2008 at 2:36
Original issue reported on code.google.com by
craigwblake@gmail.com
on 28 Sep 2008 at 9:23Attachments: