Added toString for debugging.
This commit is contained in:
parent
b983af8031
commit
749b8d6727
1 changed files with 4 additions and 0 deletions
|
@ -45,4 +45,8 @@ class TMWGCList implements TGCList {
|
|||
void add(TGCPair tp) {
|
||||
al.add(tp);
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return al.toString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue