commit | 6fe725ee5d943faaaa7ae9899b8613c90159d2dd | [log] [tgz] |
---|---|---|
author | Jozef BABJAK <jozef.babjak@gmail.com> | Mon Feb 21 15:33:59 2011 +0100 |
committer | Jozef BABJAK <jozef.babjak@gmail.com> | Mon Feb 21 15:33:59 2011 +0100 |
tree | c2c941b61d934bad6aac800da3ed759b9619c0d5 | |
parent | b62353ad1d1f540dee270be0c0d383ac108a290b [diff] |
Using proper key for removing from map. Window object was improperly used as a key for removing record from map. This was silenly ignored, because remove() method accepts Object. However, the ID should be used there which is type of String, i.e. the same ID which was used for lookup. Change-Id: I81fc2f90926a34414bf9042ddf4a2edff4c1fda1