mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
make Hashtable.toString synchronized
This commit is contained in:
parent
b1d92fc6c2
commit
9d6a3021ca
@ -28,7 +28,7 @@ public class Hashtable<K, V> implements Map<K, V> {
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
public synchronized String toString() {
|
||||
return map.toString();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user