mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:28:49 +00:00
Adapt to: SE: Migrate to Hafas client interface.
This commit is contained in:
parent
5873e26d46
commit
8a27f67316
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.DSB))
|
||||
return new DsbProvider();
|
||||
else if (networkId.equals(NetworkId.SE))
|
||||
return new SeProvider();
|
||||
return new SeProvider("{\"type\":\"AID\",\"aid\":\"h5o3n7f4t2m8l9x1\"}");
|
||||
else if (networkId.equals(NetworkId.TLEM))
|
||||
return new TlemProvider();
|
||||
else if (networkId.equals(NetworkId.MERSEY))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue