mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
log uri
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@879 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
80880b9dd5
commit
45d4293362
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
else if ("street".equals(type) || "address".equals(type) || "singlehouse".equals(type))
|
||||
results.add(new Location(LocationType.ADDRESS, 0, lat, lon, place, stop.getString("name")));
|
||||
else
|
||||
throw new IllegalArgumentException("unknown type: " + type);
|
||||
throw new IllegalArgumentException("unknown type: " + type + " on " + uri);
|
||||
}
|
||||
|
||||
return results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue