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