mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 00:08:48 +00:00
debug output
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@58 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f28284946a
commit
5510ccbf6b
1 changed files with 6 additions and 0 deletions
|
@ -81,4 +81,10 @@ public final class QueryConnectionsResult implements Serializable
|
|||
this.ambiguousViaAddresses = null;
|
||||
this.ambiguousToAddresses = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return getClass().getName() + "[" + this.status + "]";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue