mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:08:49 +00:00
Adapt to: NVV: Migrate to Hafas client interface.
This commit is contained in:
parent
c33f2abf7a
commit
1ea0015de0
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.VBB))
|
||||
return new VbbProvider();
|
||||
else if (networkId.equals(NetworkId.NVV))
|
||||
return new NvvProvider();
|
||||
return new NvvProvider("{\"type\":\"AID\",\"aid\":\"Kt8eNOH7qjVeSxNA\"}");
|
||||
else if (networkId.equals(NetworkId.BAYERN))
|
||||
return new BayernProvider();
|
||||
else if (networkId.equals(NetworkId.MVV))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue