alternate base url

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@820 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-10-08 08:50:54 +00:00
parent 97ce1908e2
commit 7b4fb6d7e2

View file

@ -29,7 +29,7 @@ import de.schildbach.pte.dto.LocationType;
public class AtcProvider extends AbstractEfaProvider
{
public static final NetworkId NETWORK_ID = NetworkId.ATC;
private final static String API_BASE = "http://tpweb.atc.bo.it/atc2/";
private final static String API_BASE = "http://tpweb.atc.bo.it/atc2/"; // "http://82.187.83.50/TravelPlanner/"
public AtcProvider()
{