mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 16:18:49 +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))
|
||||
return new SncbProvider();
|
||||
else if (networkId.equals(NetworkId.LU))
|
||||
return new LuProvider();
|
||||
return new LuProvider("{\"type\":\"AID\",\"aid\":\"Aqf9kNqJLjxFx6vv\"}");
|
||||
else if (networkId.equals(NetworkId.NS))
|
||||
return new NsProvider();
|
||||
else if (networkId.equals(NetworkId.DSB))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue