mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
Remove Location.toDebugString(), use toString() instead.
This commit is contained in:
parent
f2b0467f6b
commit
1b987a6b72
29 changed files with 31 additions and 36 deletions
|
@ -132,7 +132,7 @@ public class SeptaProvider extends AbstractHafasProvider
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new IllegalArgumentException("cannot handle: " + location.toDebugString());
|
||||
throw new IllegalArgumentException("cannot handle: " + location);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue