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