https://issues.apache.org/bugzilla/show_bug.cgi?id=50569
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26475|0 |1 is obsolete| | --- Comment #3 from [email protected] 2011-01-12 03:35:38 EST --- Created an attachment (id=26483) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26483) Revised patch using Map interface On review I noticed that I used: List<HashMap<String, Object> > results = null; Instead of the Map interface: List<Map<String, Object> > results So this reflects that change. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
