Hafas: Remove superfluous invocation of setStationBoardHasStationTable().

This commit is contained in:
Andreas Schildbach 2015-01-29 11:24:58 +01:00
parent 806100c868
commit 4fe662d021

View file

@ -32,8 +32,6 @@ public class VbnProvider extends AbstractHafasProvider
public VbnProvider() public VbnProvider()
{ {
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dny", API_BASE + "query.exe/dn", 10, Charsets.UTF_8); super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dny", API_BASE + "query.exe/dn", 10, Charsets.UTF_8);
setStationBoardHasStationTable(true);
} }
public NetworkId id() public NetworkId id()