mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
additional constructor
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@869 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0f392feb81
commit
aca01a7a3e
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ public class KvvProvider extends AbstractEfaProvider
|
||||||
super(API_BASE, null);
|
super(API_BASE, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public KvvProvider(final String apiBase)
|
||||||
|
{
|
||||||
|
super(apiBase, null);
|
||||||
|
}
|
||||||
|
|
||||||
public NetworkId id()
|
public NetworkId id()
|
||||||
{
|
{
|
||||||
return NETWORK_ID;
|
return NETWORK_ID;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue