mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
Remove accessId from AbstractHafasProvider constructor
This commit is contained in:
parent
4f45b6356a
commit
29dc8482f6
24 changed files with 34 additions and 29 deletions
|
@ -37,7 +37,7 @@ public class NriProvider extends AbstractHafasProvider
|
|||
|
||||
public NriProvider()
|
||||
{
|
||||
super(API_BASE + "stboard.exe/on", API_BASE + "ajax-getstop.exe/ony", API_BASE + "query.exe/on", 8, null);
|
||||
super(API_BASE + "stboard.exe/on", API_BASE + "ajax-getstop.exe/ony", API_BASE + "query.exe/on", 8);
|
||||
|
||||
setJsonGetStopsEncoding(UTF_8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue