mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20: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;
|
-- size;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
p = c;
|
||||||
}
|
}
|
||||||
|
|
||||||
shrink();
|
shrink();
|
||||||
|
Loading…
Reference in New Issue
Block a user