mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
Adapt to: DSB: Migrate to Hafas client interface.
This commit is contained in:
parent
1ea0015de0
commit
696e7ddc19
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ public final class NetworkProviderFactory {
|
|||
else if (networkId.equals(NetworkId.NS))
|
||||
return new NsProvider();
|
||||
else if (networkId.equals(NetworkId.DSB))
|
||||
return new DsbProvider();
|
||||
return new DsbProvider("{\"type\":\"AID\",\"aid\":\"irkmpm9mdznstenr-android\"}");
|
||||
else if (networkId.equals(NetworkId.SE))
|
||||
return new SeProvider("{\"type\":\"AID\",\"aid\":\"h5o3n7f4t2m8l9x1\"}");
|
||||
else if (networkId.equals(NetworkId.TLEM))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue