mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +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
|
@ -1464,7 +1464,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
return "<Address type=\"WGS84\" x=\"" + location.lon + "\" y=\"" + location.lat + "\" name=\""
|
||||
+ (location.place != null ? location.place + ", " : "") + location.name + "\" />";
|
||||
else
|
||||
throw new IllegalArgumentException("cannot handle: " + location.toDebugString());
|
||||
throw new IllegalArgumentException("cannot handle: " + location);
|
||||
}
|
||||
|
||||
protected final String locationId(final Location location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue