mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
remove additionalQueryParameter from constructor of AbstractEfaProvider
This commit is contained in:
parent
40d3d67da5
commit
f993ad28f1
42 changed files with 55 additions and 51 deletions
|
@ -33,7 +33,7 @@ public class VmsProvider extends AbstractEfaProvider
|
|||
|
||||
public VmsProvider()
|
||||
{
|
||||
super(API_BASE, null);
|
||||
super(API_BASE);
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue