mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +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);
|
super(API_BASE, null, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public VvsProvider(final String apiBase)
|
||||||
|
{
|
||||||
|
super(apiBase, null, true);
|
||||||
|
}
|
||||||
|
|
||||||
public NetworkId id()
|
public NetworkId id()
|
||||||
{
|
{
|
||||||
return NETWORK_ID;
|
return NETWORK_ID;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue