mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
add AbstractCollection.toString implementation
This commit is contained in:
parent
9ba7c504da
commit
7022b23b26
@ -72,4 +72,7 @@ public abstract class AbstractCollection<T> implements Collection<T> {
|
||||
|
||||
public abstract Iterator<T> iterator();
|
||||
|
||||
public String toString() {
|
||||
return Collections.toString(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user