mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +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
|
@ -36,7 +36,7 @@ public class VrrProvider extends AbstractEfaProvider
|
|||
|
||||
public VrrProvider()
|
||||
{
|
||||
super(API_BASE, null);
|
||||
super(API_BASE);
|
||||
|
||||
setNeedsSpEncId(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue