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
Loading
Please register or sign in to comment