Sydney: Update API base to HTTPS.

This commit is contained in:
Andreas Schildbach 2016-06-28 10:05:26 +02:00
parent 958fdc724a
commit 6a35f5bd88

View file

@ -35,7 +35,7 @@ import de.schildbach.pte.dto.Style;
*/
public class SydneyProvider extends AbstractEfaProvider
{
private final static String API_BASE = "http://tp.transportnsw.info/nsw/";
private final static String API_BASE = "https://tp.transportnsw.info/nsw/";
public SydneyProvider()
{