mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
Fix hashmap insertion bug (entire bucket was getting erased in some put() operations)
This commit is contained in:
@ -171,6 +171,7 @@ public class HashMap<K, V> implements Map<K, V> {
|
||||
-- size;
|
||||
break;
|
||||
}
|
||||
p = c;
|
||||
}
|
||||
|
||||
shrink();
|
||||
|
Reference in New Issue
Block a user