mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
Use HttpUrl and HttpUrl.Builder where possible.
This commit is contained in:
parent
e50098f092
commit
4f7bd832e6
79 changed files with 977 additions and 916 deletions
|
@ -17,13 +17,15 @@
|
|||
|
||||
package de.schildbach.pte;
|
||||
|
||||
import okhttp3.HttpUrl;
|
||||
|
||||
/**
|
||||
* @author Patrick Kanzler
|
||||
*/
|
||||
public class FranceNorthWestProvider extends AbstractNavitiaProvider {
|
||||
private static String API_REGION = "fr-nw";
|
||||
|
||||
public FranceNorthWestProvider(final String apiBase, final String authorization) {
|
||||
public FranceNorthWestProvider(final HttpUrl apiBase, final String authorization) {
|
||||
super(NetworkId.FRANCENORTHWEST, apiBase, authorization);
|
||||
|
||||
setTimeZone("Europe/Paris");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue