mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
Adapt to: LU: Migrate to Hafas client interface.
This commit is contained in:
parent
b5b46d6350
commit
94b2b827b1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public final class NetworkProviderFactory {
|
||||||
else if (networkId.equals(NetworkId.SNCB))
|
else if (networkId.equals(NetworkId.SNCB))
|
||||||
return new SncbProvider();
|
return new SncbProvider();
|
||||||
else if (networkId.equals(NetworkId.LU))
|
else if (networkId.equals(NetworkId.LU))
|
||||||
return new LuProvider();
|
return new LuProvider("{\"type\":\"AID\",\"aid\":\"Aqf9kNqJLjxFx6vv\"}");
|
||||||
else if (networkId.equals(NetworkId.NS))
|
else if (networkId.equals(NetworkId.NS))
|
||||||
return new NsProvider();
|
return new NsProvider();
|
||||||
else if (networkId.equals(NetworkId.DSB))
|
else if (networkId.equals(NetworkId.DSB))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue