mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 20:08:49 +00:00
QueryTripsResult: Don't print status twice in toString().
This commit is contained in:
parent
04b0c2ea2c
commit
889a85b745
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,6 @@ public final class QueryTripsResult implements Serializable
|
|||
if (ambiguousTo != null)
|
||||
helper.add("size", ambiguousTo.size()).add("ambiguousTo", ambiguousTo);
|
||||
}
|
||||
else
|
||||
{
|
||||
helper.addValue(status);
|
||||
}
|
||||
return helper.toString();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue