Remove accessId from AbstractHafasProvider constructor

This commit is contained in:
Andreas Schildbach 2013-11-08 16:09:45 +01:00
parent 4f45b6356a
commit 29dc8482f6
24 changed files with 34 additions and 29 deletions

View file

@ -37,7 +37,9 @@ public class SbbProvider extends AbstractHafasProvider
public SbbProvider(final String accessId)
{
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "extxml.exe", 10, accessId);
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "extxml.exe", 10);
setAccessId(accessId);
}
public NetworkId id()