mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
FinlandProvider: Fix missing 'final'.
This commit is contained in:
parent
20dc973045
commit
558a90e5eb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import okhttp3.HttpUrl;
|
|||
* @author Adrian Perez de Castro <aperez@igalia.com>
|
||||
*/
|
||||
public class FinlandProvider extends AbstractNavitiaProvider {
|
||||
private static String API_REGION = "fi";
|
||||
private static final String API_REGION = "fi";
|
||||
|
||||
public FinlandProvider(final HttpUrl apiBase, final String authorization) {
|
||||
super(NetworkId.FINLAND, apiBase, authorization);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue