mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
Migrate network IDs to constant field.
This commit is contained in:
parent
695fc56d8e
commit
cf651676d2
70 changed files with 130 additions and 480 deletions
|
@ -132,8 +132,10 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider
|
|||
|
||||
private final String authorization;
|
||||
|
||||
public AbstractNavitiaProvider(final String authorization)
|
||||
public AbstractNavitiaProvider(final NetworkId network, final String authorization)
|
||||
{
|
||||
super(network);
|
||||
|
||||
this.authorization = authorization;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue