mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
cosmetics
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@777 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f26b7cf2a3
commit
54d21f4d09
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ import de.schildbach.pte.util.XmlPullUtil;
|
|||
*/
|
||||
public abstract class AbstractEfaProvider implements NetworkProvider
|
||||
{
|
||||
protected final static String SERVER_PRODUCT = "EFA";
|
||||
protected final static String SERVER_PRODUCT = "efa";
|
||||
|
||||
private final String apiBase;
|
||||
private final String additionalQueryParameter;
|
||||
|
|
|
@ -63,7 +63,7 @@ import de.schildbach.pte.util.XmlPullUtil;
|
|||
*/
|
||||
public abstract class AbstractHafasProvider implements NetworkProvider
|
||||
{
|
||||
protected final static String SERVER_PRODUCT = "HAFAS";
|
||||
protected final static String SERVER_PRODUCT = "hafas";
|
||||
|
||||
private static final String DEFAULT_ENCODING = "ISO-8859-1";
|
||||
private static final String PROD = "hafas";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue