Commits

Jozef BABJAK authored 594b47d5928
Using proper key for removing object from the map. Stored value was used for map removal instead of key. The error was silently ignore, because remove() method accepts Object type argument and siletly does nothing when no value identified by such key is found. Now proper key is used for removal. i.e. the same as for lookup. Change-Id: I3a61fc219385cd0e7bcd4a33cd6ca23be220efe3