Jozef BABJAK
594b47d592
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
…
…
…
Description
No description provided
Languages
Java
77.3%
Kotlin
9.2%
PowerBuilder
6.6%
C++
5.5%
AIDL
1%