mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-15 09:10:31 +00:00
Adapt to: DB: Migrate to Hafas client interface.
This commit is contained in:
parent
d0bd3a9d8f
commit
f09ec8fb60
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public final class NetworkProviderFactory {
|
|||
if (networkId.equals(NetworkId.RT))
|
||||
return new RtProvider();
|
||||
else if (networkId.equals(NetworkId.DB))
|
||||
return new BahnProvider();
|
||||
return new BahnProvider("{\"type\":\"AID\",\"aid\":\"n91dB8Z77MLdoR0K\"}");
|
||||
else if (networkId.equals(NetworkId.BVG))
|
||||
return new BvgProvider("{\"aid\":\"1Rxs112shyHLatUX4fofnmdxK\",\"type\":\"AID\"}");
|
||||
else if (networkId.equals(NetworkId.VBB))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue