On Mon, 25 Aug 2008, <[EMAIL PROTECTED]> wrote: > + Map.Entry entry = (Map.Entry) i.next(); > + List entryVal = (List) entry.getValue(); > + synchronized (entryVal) { > + //copy the entryVal > + entryVal = new ArrayList(entryVal); > + } > + Object entryKey = entry.getKey(); > > + result.put(entryKey, entryKey);
Here you are discarding entryVal - fixed in svn. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]