Commit cea1c27
sebastigurin
when invoking constructor java.util.HashMap.HashMap(Map<? extends K, ? extends V>) a javascript error "putAll method not defined" was thrown. related bug artifact: https://sourceforge.net/tracker/?func=detail&aid=2841931&group_id=155436&atid=795800.
This fixes Hashmap problem, but should be nice to investigate why fails when putAll is called like the original code does. Left original code commented because of this.1 parent 294c02f commit cea1c27
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
273 | 277 | | |
274 | 278 | | |
275 | 279 | | |
| |||
0 commit comments