mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
get rid of OLD_NETWORK_ID constants
This commit is contained in:
parent
7aec8c20b7
commit
506640c5ea
34 changed files with 2 additions and 37 deletions
|
@ -58,13 +58,11 @@ import de.schildbach.pte.util.ParserUtils;
|
|||
public final class BvgProvider extends AbstractHafasProvider
|
||||
{
|
||||
public static final NetworkId NETWORK_ID = NetworkId.BVG;
|
||||
public static final String OLD_NETWORK_ID = "mobil.bvg.de";
|
||||
|
||||
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
||||
|
||||
private static final String BASE_URL = "http://mobil.bvg.de";
|
||||
private static final String API_BASE = BASE_URL + "/Fahrinfo/bin/";
|
||||
|
||||
private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;
|
||||
|
||||
private final String additionalQueryParameter;
|
||||
|
||||
public BvgProvider(final String additionalQueryParameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue