mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 15:19:49 +00:00
configure API base for Stuttgart
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@846 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0201c74061
commit
a32fa6b778
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ public class VvsProvider extends AbstractEfaProvider
|
|||
super(API_BASE, null, true);
|
||||
}
|
||||
|
||||
public VvsProvider(final String apiBase)
|
||||
{
|
||||
super(apiBase, null, true);
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
{
|
||||
return NETWORK_ID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue