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